Solution ExternalOperations

Filename: ExternalOperations.sln

-
Projects:
NameFilenameOutput Type
CodeFormattingOperationCodeFormattingOperation.csprojClass Library
CodeStandardsReviewOperationCodeStandardsReviewOperation.csprojClass Library
ControlTextSpellingReviewOperationControlTextSpellingReviewOperation.csprojClass Library
DocumenterOperationDocumenterOperation.csprojClass Library
EnableWindowsXPThemeOperationEnableWindowsXPThemeOperation.csprojClass Library
HelloWorldOperationHelloWorldOperation.csprojClass Library
PrePostProcedureCodeOperationPrePostProcedureCodeOperation.csprojClass Library

-
Project CodeFormattingOperation

Filename: CodeFormattingOperation.csproj
Language: Visual C#
Output Type: Class Library

-
Properties:
NameValue
ActiveFileSharePath
ApplicationIcon
AssemblyKeyContainerName
AssemblyNameCodeFormattingOperationVSNET2002
AssemblyOriginatorKeyFile
AssemblyOriginatorKeyModeNone
DefaultClientScriptJScript
DefaultHTMLPageLayoutGrid
DefaultNamespaceCodeFormattingOperation
DefaultTargetSchemaIE50
DelaySignFalse
FileNameCodeFormattingOperation.csproj
FileSharePath
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingOperation.csproj
LanguageDescriptionVisual C#
LanguageGUID{B5E9BD34-6D3E-4B5D-925E-8A43B79820B4}
LinkRepairFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\
OfflineURL
OptionCompareBinary
OptionExplicitOn
OptionStrictOff
OutputFileNameCodeFormattingOperationVSNET2002.dll
OutputTypeClass Library
ProjectTypeLocal
ReferencePath
RootNamespaceCodeFormattingOperation
ServerExtensionsVersion
StartupObject
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\
WebAccessMethodFileShare
WebServerC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\
WebServerVersion

-
References:
NameFilenameDescriptionTypeVersion
Systemsystem.dllSystem.dllAssembly1.0.3300.0
System.Xmlsystem.xml.dllSystem.Xml.dllAssembly1.0.3300.0
EnvDTEenvdte.dllAssembly7.0.3300.0
System.Windows.Formssystem.windows.forms.dllSystem.Windows.Forms.dllAssembly1.0.3300.0
System.Drawingsystem.drawing.dllSystem.Drawing.dllAssembly1.0.3300.0
MZTools6VSNET2002Assembly0.0.0.0

-
Files:
FilenameType
AssemblyInfo.csCode
CodeFormattingOperation.csCode
CodeFormattingUserOptions.csCode
readme.txtOther
CodeFormattingUserOptionsPropertyPage.csUserControl

+
File AssemblyInfo.cs
-
Properties:
NameValue
Author
BuildActionCompile
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:18
DateModified13/07/2007 09:26:42
Extension.cs
FileNameAssemblyInfo.cs
Filesize648
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\AssemblyInfo.cs
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\AssemblyInfo.cs
ModifiedBy
SubTypeCode
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\AssemblyInfo.cs

+
File CodeFormattingOperation.cs
-
Properties:
NameValue
Author
BuildActionCompile
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:18
DateModified12/07/2007 12:22:02
Extension.cs
FileNameCodeFormattingOperation.cs
Filesize8783
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingOperation.cs
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingOperation.cs
ModifiedBy
SubTypeCode
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingOperation.cs

-
Namespaces:
Name
CodeFormattingOperation

-
Namespace CodeFormattingOperation
-
Classes:
NameAccess
CodeFormattingOperationPublic

-
Class CodeFormattingOperation

Name: CodeFormattingOperation
Access: Public

-
Declaration:

public class CodeFormattingOperation: OperationBase

-
Bases:

None

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation
IsAbstractFalse
IsShadowsFalse
NamespaceCodeFormattingOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
MethodCloseUndoContextPrivateFalse
MethodFormatCodeElementPrivateFalse
MethodFormatCodeInTextRangePrivateFalse
FunctionIsLinkedFilePrivateFalse
MethodOnCreateUserOptionsForExecutionProtectedFalse
MethodOnExecuteOperationInProjectItemProtectedFalse
MethodOnExecuteOperationInTextRangeProtectedFalse
MethodOnInitializeProtectedFalse
MethodOpenUndoContextPrivateFalse
MethodShowExceptionPrivateTrue

-
Method CloseUndoContext

Kind: Method
Name: CloseUndoContext
Access: Private

-
Declaration:

private void CloseUndoContext(DTE dTE, Boolean undoContextWasOpen)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.CloseUndoContext
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
dTEDTE
undoContextWasOpenbool

-
Attributes:

None

-
Method FormatCodeElement

Kind: Method
Name: FormatCodeElement
Access: Private

-
Declaration:

private void FormatCodeElement(CodeElement codeElement)

-
Comment:

This function ensures that there is one and only one blank line between code elements

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.FormatCodeElement
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
codeElementCodeElement

-
Attributes:

None

-
Method FormatCodeInTextRange

Kind: Method
Name: FormatCodeInTextRange
Access: Private

-
Declaration:

private void FormatCodeInTextRange(CodeElements codeElements,EditPoint startEditPoint, EditPoint endEditPoint)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.FormatCodeInTextRange
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
codeElementsCodeElements
startEditPointEditPoint
endEditPointEditPoint

-
Attributes:

None

-
Function IsLinkedFile

Kind: Function
Name: IsLinkedFile
Access: Private

-
Declaration:

private bool IsLinkedFile(ProjectItem objProjectItem)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.IsLinkedFile
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
objProjectItemProjectItem

-
Attributes:

None

-
Method OnCreateUserOptionsForExecution

Kind: Method
Name: OnCreateUserOptionsForExecution
Access: Protected

-
Declaration:

protected override void OnCreateUserOptionsForExecution(AdminOptionsBase adminOptions, ref UserOptions userOptions, ref Boolean cancel)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.OnCreateUserOptionsForExecution
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptionsref
cancelboolref

-
Attributes:

None

-
Method OnExecuteOperationInProjectItem

Kind: Method
Name: OnExecuteOperationInProjectItem
Access: Protected

-
Declaration:

protected override void OnExecuteOperationInProjectItem( AdminOptionsBase adminOptions, UserOptions userOptions, ProjectItem projectItem, EditPoint startEditPoint, EditPoint endEditPoint, IDesignerHost designerHost, ref Boolean cancel)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.OnExecuteOperationInProjectItem
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
projectItemProjectItem
startEditPointEditPoint
endEditPointEditPoint
designerHostIDesignerHost
cancelboolref

-
Attributes:

None

-
Method OnExecuteOperationInTextRange

Kind: Method
Name: OnExecuteOperationInTextRange
Access: Protected

-
Declaration:

protected override void OnExecuteOperationInTextRange( AdminOptionsBase adminOptions, UserOptions userOptions, ProjectItem projectItem, EditPoint startEditPoint, EditPoint endEditPoint, ref Boolean cancel)

-
Comment:

This method has been overriden to handle the current procedure and selection scopes,
and it is also reused for the case of a ProjecItem scope

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.OnExecuteOperationInTextRange
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
projectItemProjectItem
startEditPointEditPoint
endEditPointEditPoint
cancelboolref

-
Attributes:

None

-
Method OnInitialize

Kind: Method
Name: OnInitialize
Access: Protected

-
Declaration:

protected override void OnInitialize(OperationInfo operationInfo)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.OnInitialize
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
operationInfoOperationInfo

-
Attributes:

None

-
Method OpenUndoContext

Kind: Method
Name: OpenUndoContext
Access: Private

-
Declaration:

private void OpenUndoContext(DTE dTE, String name, out Boolean undoContextWasOpen)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.OpenUndoContext
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
dTEDTE
namestring
undoContextWasOpenboolout

-
Attributes:

None

-
Method ShowException

Kind: Method
Name: ShowException
Access: Private

-
Declaration:

private static void ShowException(Exception exception , String operationTitle)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingOperation.ShowException
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticTrue
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
exceptionException
operationTitlestring

-
Attributes:

None




+
File CodeFormattingUserOptions.cs
-
Properties:
NameValue
Author
BuildActionCompile
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:18
DateModified12/07/2007 12:20:54
Extension.cs
FileNameCodeFormattingUserOptions.cs
Filesize707
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingUserOptions.cs
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingUserOptions.cs
ModifiedBy
SubTypeCode
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingUserOptions.cs

-
Namespaces:
Name
CodeFormattingOperation

-
Namespace CodeFormattingOperation
-
Classes:
NameAccess
CodeFormattingUserOptionsProject

-
Class CodeFormattingUserOptions

Name: CodeFormattingUserOptions
Access: Project

-
Declaration:

internal class CodeFormattingUserOptions: UserOptions

-
Bases:

None

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptions
IsAbstractFalse
IsShadowsFalse
NamespaceCodeFormattingOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
ConstructorCodeFormattingUserOptionsProjectFalse
FunctionOnCreatePropertyPageProtectedFalse
FunctionOnGetFriendlyNameProtectedFalse

-
Constructor CodeFormattingUserOptions

Kind: Constructor
Name: CodeFormattingUserOptions
Access: Project

-
Declaration:

internal CodeFormattingUserOptions(): base(OperationScopeAction.AskUserIncludingProcedureAndSelectionScopes)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptions.CodeFormattingUserOptions
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindConstructor
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Function OnCreatePropertyPage

Kind: Function
Name: OnCreatePropertyPage
Access: Protected

-
Declaration:

protected override System.Windows.Forms.UserControl OnCreatePropertyPage()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptions.OnCreatePropertyPage
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNameUserControl
TypeFullNameSystem.Windows.Forms.UserControl
TypeNameUserControl
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Function OnGetFriendlyName

Kind: Function
Name: OnGetFriendlyName
Access: Protected

-
Declaration:

protected override String OnGetFriendlyName()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptions.OnGetFriendlyName
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamestring
TypeFullNameSystem.String
TypeNameString
XmlDocComment

-
Parameters:

None

-
Attributes:

None




+
File readme.txt
-
Properties:
NameValue
Author
BuildActionContent
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:18
DateModified07/01/2006 17:24:24
Extension.txt
FileNamereadme.txt
Filesize177
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\readme.txt
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\readme.txt
ModifiedBy
SubTypeOther
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\readme.txt

+
File CodeFormattingUserOptionsPropertyPage.cs
-
Properties:
NameValue
Author
BuildActionCompile
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:18
DateModified12/07/2007 12:20:54
Extension.cs
FileNameCodeFormattingUserOptionsPropertyPage.cs
Filesize2637
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingUserOptionsPropertyPage.cs
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingUserOptionsPropertyPage.cs
ModifiedBy
SubTypeUserControl
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeFormattingOperation\CodeFormattingUserOptionsPropertyPage.cs

-
Designer

-
Properties:
NameValue
AccessibleDescription
AccessibleName
AccessibleRoleDefault
AllowDropFalse
AnchorTop, Left
AutoScrollFalse
AutoScrollMargin{Width=0, Height=0}
AutoScrollMinSize{Width=0, Height=0}
BackColorColor [Control]
BackgroundImage
CausesValidationTrue
ContextMenu
Cursor[Cursor: Default]
DockNone
EnabledTrue
Font[Font: Name=Microsoft Sans Serif, Size=8,25, Units=3, GdiCharSet=0, GdiVerticalFont=False]
ForeColorColor [ControlText]
ImeModeNoControl
Location{X=13,Y=13}
LockedFalse
RightToLeftNo
Size{Width=504, Height=296}
TabIndex0
TabStopTrue
Tag
TypeSystem.Windows.Forms.UserControl
VisibleTrue

-
Components:
NameTypeText
CheckBoxKeepModifiedDocumentOpenSystem.Windows.Forms.CheckBox


-
Namespaces:
Name
CodeFormattingOperation

-
Namespace CodeFormattingOperation
-
Classes:
NameAccess
CodeFormattingUserOptionsPropertyPagePublic

-
Class CodeFormattingUserOptionsPropertyPage

Name: CodeFormattingUserOptionsPropertyPage
Access: Public

-
Declaration:

public class CodeFormattingUserOptionsPropertyPage

-
Bases:
Name
System.Windows.Forms.UserControl

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptionsPropertyPage
IsAbstractFalse
IsShadowsFalse
NamespaceCodeFormattingOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
MethodCleanupPublicFalse
ConstructorCodeFormattingUserOptionsPropertyPagePublicFalse
MethodDisposeProtectedFalse
MethodInitializePublicFalse
MethodInitializeComponentPrivateFalse
MethodSetOptionsPublicFalse

-
Method Cleanup

Kind: Method
Name: Cleanup
Access: Public

-
Declaration:

public void Cleanup()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptionsPropertyPage.Cleanup
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Constructor CodeFormattingUserOptionsPropertyPage

Kind: Constructor
Name: CodeFormattingUserOptionsPropertyPage
Access: Public

-
Declaration:

public CodeFormattingUserOptionsPropertyPage()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptionsPropertyPage.CodeFormattingUserOptionsPropertyPage
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindConstructor
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Method Dispose

Kind: Method
Name: Dispose
Access: Protected

-
Declaration:

protected override void Dispose( bool disposing )

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptionsPropertyPage.Dispose
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
disposingbool

-
Attributes:

None

-
Method Initialize

Kind: Method
Name: Initialize
Access: Public

-
Declaration:

public void Initialize(OperationBase operation, AdminOptionsBase adminOptions, UserOptions userOptions)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptionsPropertyPage.Initialize
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
operationOperationBase
adminOptionsAdminOptionsBase
userOptionsUserOptions

-
Attributes:

None

-
Method InitializeComponent

Kind: Method
Name: InitializeComponent
Access: Private

-
Declaration:

private void InitializeComponent()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptionsPropertyPage.InitializeComponent
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Method SetOptions

Kind: Method
Name: SetOptions
Access: Public

-
Declaration:

public void SetOptions(UserOptions userOptions, ref Boolean cancel, ref String cancellationReason)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeFormattingOperation.CodeFormattingUserOptionsPropertyPage.SetOptions
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
userOptionsUserOptions
cancelboolref
cancellationReasonstringref

-
Attributes:

None





-
Project CodeStandardsReviewOperation

Filename: CodeStandardsReviewOperation.csproj
Language: Visual C#
Output Type: Class Library

-
Properties:
NameValue
ActiveFileSharePath
ApplicationIcon
AssemblyKeyContainerName
AssemblyNameCodeStandardsReviewOperationVSNET2002
AssemblyOriginatorKeyFile
AssemblyOriginatorKeyModeNone
DefaultClientScriptJScript
DefaultHTMLPageLayoutGrid
DefaultNamespaceCodeStandardsReviewOperation
DefaultTargetSchemaIE50
DelaySignFalse
FileNameCodeStandardsReviewOperation.csproj
FileSharePath
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\CodeStandardsReviewOperation.csproj
LanguageDescriptionVisual C#
LanguageGUID{B5E9BD34-6D3E-4B5D-925E-8A43B79820B4}
LinkRepairFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\
OfflineURL
OptionCompareBinary
OptionExplicitOn
OptionStrictOff
OutputFileNameCodeStandardsReviewOperationVSNET2002.dll
OutputTypeClass Library
ProjectTypeLocal
ReferencePath
RootNamespaceCodeStandardsReviewOperation
ServerExtensionsVersion
StartupObject
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\
WebAccessMethodFileShare
WebServerC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\
WebServerVersion

-
References:
NameFilenameDescriptionTypeVersion
Systemsystem.dllSystem.dllAssembly1.0.3300.0
System.Xmlsystem.xml.dllSystem.Xml.dllAssembly1.0.3300.0
EnvDTEenvdte.dllAssembly7.0.3300.0
System.Windows.Formssystem.windows.forms.dllSystem.Windows.Forms.dllAssembly1.0.3300.0
VSLangProjvslangproj.dllAssembly7.0.3300.0
MZTools6VSNET2002Assembly0.0.0.0

-
Files:
FilenameType
AssemblyInfo.csCode
CodeStandardsReviewOperation.csCode
readme.txtOther

+
File AssemblyInfo.cs
-
Properties:
NameValue
Author
BuildActionCompile
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:18
DateModified13/07/2007 09:26:40
Extension.cs
FileNameAssemblyInfo.cs
Filesize666
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\AssemblyInfo.cs
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\AssemblyInfo.cs
ModifiedBy
SubTypeCode
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\AssemblyInfo.cs

+
File CodeStandardsReviewOperation.cs
-
Properties:
NameValue
Author
BuildActionCompile
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:18
DateModified12/07/2007 12:28:36
Extension.cs
FileNameCodeStandardsReviewOperation.cs
Filesize14055
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\CodeStandardsReviewOperation.cs
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\CodeStandardsReviewOperation.cs
ModifiedBy
SubTypeCode
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\CodeStandardsReviewOperation\CodeStandardsReviewOperation.cs

-
Namespaces:
Name
CodeStandardsReviewOperation

-
Namespace CodeStandardsReviewOperation
-
Classes:
NameAccess
CodeStandardsReviewOperationPublic

-
Class CodeStandardsReviewOperation

Name: CodeStandardsReviewOperation
Access: Public

-
Declaration:

public class CodeStandardsReviewOperation: OperationBase

-
Bases:

None

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullName</