Method | Description | |
---|---|---|
AddHeaderComment ( this instance, string headerComment ) : void |
Adds the header comment.
|
|
AddNameSpace ( this instance, string nameSpace ) : CodeNamespace |
Adds the name space.
|
|
AddUsingStatement ( this instance, string usingStatement ) : void |
Adds the using statement.
|
|
CreateInterface ( this instance ) : CodeInterface |
Creates the interface.
|
|
DeleteFileContents ( this instance ) : void |
Delete the file contents.
|
|
DeleteFolder ( this instance, IEnumerable |
Deletes the folder.
|
|
DeleteNameSpaceUsingStatements ( this instance ) : void |
Deletes the name space using statements.
|
|
FixUsingStatements ( this instance ) : void |
Fixes the using statements.
|
|
GetCSharpProjectItems ( this instance ) : IEnumerable |
Gets the c# project items.
|
|
GetFirstClass ( this instance ) : CodeClass |
Gets the first class.
|
|
GetFirstCodeElement ( this instance ) : CodeElement |
Gets the first code element.
|
|
GetFirstInterface ( this instance ) : CodeInterface |
Gets the first interface.
|
|
GetFirstNameSpace ( this instance ) : CodeNamespace |
Gets the first name space.
|
|
GetFolder ( this instance, string folderName ) : ProjectItem |
Gets the folder.
|
|
GetFolder ( this instance ) : string |
Gets the folder.
|
|
GetFolderOrCreate ( this instance, string folderName ) : ProjectItem |
Gets the folder or create.
|
|
GetFolderProjectItems ( this instance ) : IEnumerable |
Gets the folder project items.
|
|
GetNameSpace ( this instance ) : CodeNamespace |
Gets the name space.
|
|
GetProjectItem ( this instance, string name ) : ProjectItem |
Gets the project item.
|
|
GetSubProjectItems ( this instance ) : IEnumerable |
Gets the sub project items.
|
|
GetUsingStatements ( this instance ) : IEnumerable |
Gets the using statements.
|
|
GetXamlProjectItems ( this instance ) : IEnumerable |
Gets the c# project items.
|
|
ImplementCodeSnippet ( this instance, CodeSnippet codeSnippet, bool formatFunctionParameters ) : void |
Implements the code snippet.
|
|
IsCSharpFile ( this instance ) : bool |
Determines whether [is C sharp file] [the specified instance].
|
|
IsPhysicalFile ( this instance ) : bool |
Determines whether the project item is a physical file.
|
|
IsXamlFile ( this instance ) : bool |
Determines whether [is xaml file] [the specified instance].
|
|
MoveUsingStatements ( this instance ) : void |
Moves the using statements.
|
|
RemoveAndDelete ( this instance ) : void |
Removes the and delete.
|
|
RemoveComments ( this instance ) : void |
Removes the comments.
|
|
RemoveDoubleBlankLines ( this instance ) : void |
Removes the double blank lines.
|
|
RemoveHeader ( this instance ) : void |
Removes the header.
|
|
ReplaceText ( this instance, string text, string replacementText, int findOptions = (int)vsFindOptions.vsFindOptionsMatchCase ) : void |
Replaces the text.
|
|
SortAndRemoveUsingStatements ( this instance ) : void |
Sorts the and remove using statements.
|
public static AddHeaderComment ( this instance, string headerComment ) : void | ||
instance | this | The instance. |
headerComment | string | The header comment. |
return | void |
public static AddNameSpace ( this instance, string nameSpace ) : CodeNamespace | ||
instance | this | The instance. |
nameSpace | string | The name space. |
return | CodeNamespace |
public static AddUsingStatement ( this instance, string usingStatement ) : void | ||
instance | this | The instance. |
usingStatement | string | The using statement. |
return | void |
public static CreateInterface ( this instance ) : CodeInterface | ||
instance | this | The instance. |
return | CodeInterface |
public static DeleteFileContents ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static DeleteFolder ( this instance, IEnumerable |
||
instance | this | The instance. |
excludeFiles | IEnumerable |
The exclude files. |
return | void |
public static DeleteNameSpaceUsingStatements ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static FixUsingStatements ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static GetCSharpProjectItems ( this instance ) : IEnumerable |
||
instance | this | The instance. |
return | IEnumerable |
public static GetFirstClass ( this instance ) : CodeClass | ||
instance | this | The instance. |
return | CodeClass |
public static GetFirstCodeElement ( this instance ) : CodeElement | ||
instance | this | The instance. |
return | CodeElement |
public static GetFirstInterface ( this instance ) : CodeInterface | ||
instance | this | The instance. |
return | CodeInterface |
public static GetFirstNameSpace ( this instance ) : CodeNamespace | ||
instance | this | The instance. |
return | CodeNamespace |
public static GetFolder ( this instance, string folderName ) : ProjectItem | ||
instance | this | The instance. |
folderName | string | Name of the folder. |
return | ProjectItem |
public static GetFolder ( this instance ) : string | ||
instance | this | The instance. |
return | string |
public static GetFolderOrCreate ( this instance, string folderName ) : ProjectItem | ||
instance | this | The instance. |
folderName | string | Name of the folder. |
return | ProjectItem |
public static GetFolderProjectItems ( this instance ) : IEnumerable |
||
instance | this | The instance. |
return | IEnumerable |
public static GetNameSpace ( this instance ) : CodeNamespace | ||
instance | this | The instance. |
return | CodeNamespace |
public static GetProjectItem ( this instance, string name ) : ProjectItem | ||
instance | this | The instance. |
name | string | The name. |
return | ProjectItem |
public static GetSubProjectItems ( this instance ) : IEnumerable |
||
instance | this | The instance. |
return | IEnumerable |
public static GetUsingStatements ( this instance ) : IEnumerable |
||
instance | this | The instance. |
return | IEnumerable |
public static GetXamlProjectItems ( this instance ) : IEnumerable |
||
instance | this | The instance. |
return | IEnumerable |
public static ImplementCodeSnippet ( this instance, CodeSnippet codeSnippet, bool formatFunctionParameters ) : void | ||
instance | this | The instance. |
codeSnippet | CodeSnippet | The code snippet. |
formatFunctionParameters | bool | if set to |
return | void |
public static IsCSharpFile ( this instance ) : bool | ||
instance | this | The instance. |
return | bool |
public static IsPhysicalFile ( this instance ) : bool | ||
instance | this | The instance. |
return | bool |
public static IsXamlFile ( this instance ) : bool | ||
instance | this | The instance. |
return | bool |
public static MoveUsingStatements ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static RemoveAndDelete ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static RemoveComments ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static RemoveDoubleBlankLines ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static RemoveHeader ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static ReplaceText ( this instance, string text, string replacementText, int findOptions = (int)vsFindOptions.vsFindOptionsMatchCase ) : void | ||
instance | this | The instance. |
text | string | The text. |
replacementText | string | The replacement text. |
findOptions | int | The find options. |
return | void |
public static SortAndRemoveUsingStatements ( this instance ) : void | ||
instance | this | The instance. |
return | void |