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
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation
IsAbstractFalse
IsShadowsFalse
NamespaceCodeStandardsReviewOperation
XmlDocComment

-
Attributes:

None

-
Enums:
NameAccess
ReviewKindPrivate

-
Enum ReviewKind

Name: ReviewKind
Access: Private

-
Declaration:

private enum ReviewKind

-
Values:

NameValue


-
Procedures:
KindNameAccessStatic
FunctionGetOptionStrictOnPropertyPrivateFalse
FunctionGetProjectReferencePrivateFalse
MethodOnAfterLocateProjectResultProtectedFalse
MethodOnBeforeExecuteOperationInProjectProtectedFalse
MethodOnBeforeExecuteOperationInSolutionProtectedFalse
MethodOnExecuteOperationInProjectItemProtectedFalse
MethodOnInitializeProtectedFalse
FunctionReviewCodeStandardsPrivateFalse
FunctionReviewEnumSuffixPrivateFalse
FunctionReviewFunctionLengthPrivateFalse
FunctionReviewMaxNumberOfProjectsAllowedPrivateFalse
FunctionReviewOptionStrictOnForVBNetProjectPrivateFalse
FunctionReviewProjectItemLengthPrivateFalse
FunctionReviewProjectReferencesPrivateFalse
MethodShowExceptionPrivateTrue

-
Function GetOptionStrictOnProperty

Kind: Function
Name: GetOptionStrictOnProperty
Access: Private

-
Declaration:

private Property GetOptionStrictOnProperty(Project project)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.GetOptionStrictOnProperty
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNameProperty
TypeFullNameEnvDTE.Property
TypeNameProperty
XmlDocComment

-
Parameters:
NameTypeModifiers
projectProject

-
Attributes:

None

-
Function GetProjectReference

Kind: Function
Name: GetProjectReference
Access: Private

-
Declaration:

private VSLangProj.Reference GetProjectReference(Project project, String referenceName)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.GetProjectReference
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNameReference
TypeFullNameVSLangProj.Reference
TypeNameReference
XmlDocComment

-
Parameters:
NameTypeModifiers
projectProject
referenceNamestring

-
Attributes:

None

-
Method OnAfterLocateProjectResult

Kind: Method
Name: OnAfterLocateProjectResult
Access: Protected

-
Declaration:

protected override void OnAfterLocateProjectResult(AdminOptionsBase adminOptions, UserOptions userOptions, EnvDTE.Project project, Object customValue)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.OnAfterLocateProjectResult
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
projectProject
customValueobject

-
Attributes:

None

-
Method OnBeforeExecuteOperationInProject

Kind: Method
Name: OnBeforeExecuteOperationInProject
Access: Protected

-
Declaration:

protected override void OnBeforeExecuteOperationInProject( AdminOptionsBase adminOptions, UserOptions userOptions, Project project , ref Boolean cancel)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.OnBeforeExecuteOperationInProject
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
projectProject
cancelboolref

-
Attributes:

None

-
Method OnBeforeExecuteOperationInSolution

Kind: Method
Name: OnBeforeExecuteOperationInSolution
Access: Protected

-
Declaration:

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

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.OnBeforeExecuteOperationInSolution
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
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
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.OnExecuteOperationInProjectItem
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
projectItemProjectItem
startEditPointEditPoint
endEditPointEditPoint
designerHostIDesignerHost
cancelboolref

-
Attributes:

None

-
Method OnInitialize

Kind: Method
Name: OnInitialize
Access: Protected

-
Declaration:

protected override void OnInitialize(OperationInfo operationInfo)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.OnInitialize
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
operationInfoOperationInfo

-
Attributes:

None

-
Function ReviewCodeStandards

Kind: Function
Name: ReviewCodeStandards
Access: Private

-
Declaration:

private Boolean ReviewCodeStandards(CodeElements codeElements)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.ReviewCodeStandards
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
codeElementsCodeElements

-
Attributes:

None

-
Function ReviewEnumSuffix

Kind: Function
Name: ReviewEnumSuffix
Access: Private

-
Declaration:

private Boolean ReviewEnumSuffix(CodeElement codeElement)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.ReviewEnumSuffix
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
codeElementCodeElement

-
Attributes:

None

-
Function ReviewFunctionLength

Kind: Function
Name: ReviewFunctionLength
Access: Private

-
Declaration:

private Boolean ReviewFunctionLength(CodeElement codeElement)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.ReviewFunctionLength
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
codeElementCodeElement

-
Attributes:

None

-
Function ReviewMaxNumberOfProjectsAllowed

Kind: Function
Name: ReviewMaxNumberOfProjectsAllowed
Access: Private

-
Declaration:

private Boolean ReviewMaxNumberOfProjectsAllowed()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.ReviewMaxNumberOfProjectsAllowed
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Function ReviewOptionStrictOnForVBNetProject

Kind: Function
Name: ReviewOptionStrictOnForVBNetProject
Access: Private

-
Declaration:

private Boolean ReviewOptionStrictOnForVBNetProject(Project project)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.ReviewOptionStrictOnForVBNetProject
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
projectProject

-
Attributes:

None

-
Function ReviewProjectItemLength

Kind: Function
Name: ReviewProjectItemLength
Access: Private

-
Declaration:

private Boolean ReviewProjectItemLength(ProjectItem projectItem)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.ReviewProjectItemLength
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
projectItemProjectItem

-
Attributes:

None

-
Function ReviewProjectReferences

Kind: Function
Name: ReviewProjectReferences
Access: Private

-
Declaration:

private Boolean ReviewProjectReferences(Project project)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.ReviewProjectReferences
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
projectProject

-
Attributes:

None

-
Method ShowException

Kind: Method
Name: ShowException
Access: Private

-
Declaration:

private static void ShowException(Exception exception , String operationTitle)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameCodeStandardsReviewOperation.CodeStandardsReviewOperation.ShowException
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticTrue
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
exceptionException
operationTitlestring

-
Attributes:

None




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


-
Project ControlTextSpellingReviewOperation

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

-
Properties:
NameValue
ActiveFileSharePath
ApplicationIcon
AssemblyKeyContainerName
AssemblyNameControlTextSpellingReviewOperationVSNET2002
AssemblyOriginatorKeyFile
AssemblyOriginatorKeyModeNone
DefaultClientScriptJScript
DefaultHTMLPageLayoutGrid
DefaultNamespaceControlTextSpellingReviewOperation
DefaultTargetSchemaIE50
DelaySignFalse
FileNameControlTextSpellingReviewOperation.csproj
FileSharePath
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\ControlTextSpellingReviewOperation.csproj
LanguageDescriptionVisual C#
LanguageGUID{B5E9BD34-6D3E-4B5D-925E-8A43B79820B4}
LinkRepairFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\
OfflineURL
OptionCompareBinary
OptionExplicitOn
OptionStrictOff
OutputFileNameControlTextSpellingReviewOperationVSNET2002.dll
OutputTypeClass Library
ProjectTypeLocal
ReferencePath
RootNamespaceControlTextSpellingReviewOperation
ServerExtensionsVersion
StartupObject
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\
WebAccessMethodFileShare
WebServerC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\
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
ControlTextSpellingReviewAdminOptions.csCode
ControlTextSpellingReviewOperation.csCode
ControlTextSpellingReviewUserOptions.csCode
MSWordLanguage.csCode
readme.txtOther
ControlTextSpellingReviewAdminOptionsPropertyPage.csUserControl
ControlTextSpellingReviewUserOptionsPropertyPage.csUserControl

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

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

-
Namespaces:
Name
ControlTextSpellingReviewOperation

-
Namespace ControlTextSpellingReviewOperation
-
Classes:
NameAccess
ControlTextSpellingReviewAdminOptionsProject

-
Class ControlTextSpellingReviewAdminOptions

Name: ControlTextSpellingReviewAdminOptions
Access: Project

-
Declaration:

internal class ControlTextSpellingReviewAdminOptions: AdminOptionsBase

-
Bases:

None

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptions
IsAbstractFalse
IsShadowsFalse
NamespaceControlTextSpellingReviewOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
PropertyLanguageIDProjectFalse
FunctionOnCreatePropertyPageProtectedFalse
FunctionOnGetFriendlyNameProtectedFalse
FunctionOnGetRootXMLNodeNameProtectedFalse
MethodOnLoadProtectedFalse
FunctionOnSaveProtectedFalse
PropertyReviewBeforeBuildProjectFalse

-
Property LanguageID

Kind: Property
Name: LanguageID
Access: Project

-
Declaration:

internal MSWordLanguageID LanguageID

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptions.LanguageID
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ReadOnlyFalse
TypeAliasedNameMSWordLanguageID
TypeFullNameControlTextSpellingReviewOperation.MSWordLanguageID
TypeNameMSWordLanguageID
WriteOnlyFalse
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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptions.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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptions.OnGetFriendlyName
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamestring
TypeFullNameSystem.String
TypeNameString
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Function OnGetRootXMLNodeName

Kind: Function
Name: OnGetRootXMLNodeName
Access: Protected

-
Declaration:

protected override String OnGetRootXMLNodeName()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptions.OnGetRootXMLNodeName
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamestring
TypeFullNameSystem.String
TypeNameString
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Method OnLoad

Kind: Method
Name: OnLoad
Access: Protected

-
Declaration:

protected override void OnLoad(System.Xml.XmlNode xmlParentNode)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptions.OnLoad
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
xmlParentNodeXmlNode

-
Attributes:

None

-
Function OnSave

Kind: Function
Name: OnSave
Access: Protected

-
Declaration:

protected override Boolean OnSave(System.Xml.XmlTextWriter xmlTextWriter)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptions.OnSave
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
xmlTextWriterXmlTextWriter

-
Attributes:

None

-
Property ReviewBeforeBuild

Kind: Property
Name: ReviewBeforeBuild
Access: Project

-
Declaration:

internal Boolean ReviewBeforeBuild

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptions.ReviewBeforeBuild
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ReadOnlyFalse
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
WriteOnlyFalse
XmlDocComment

-
Parameters:

None

-
Attributes:

None




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

-
Namespaces:
Name
ControlTextSpellingReviewOperation

-
Namespace ControlTextSpellingReviewOperation
-
Classes:
NameAccess
ControlTextSpellingReviewOperationPublic

-
Class ControlTextSpellingReviewOperation

Name: ControlTextSpellingReviewOperation
Access: Public

-
Declaration:

public class ControlTextSpellingReviewOperation: OperationBase

-
Bases:

None

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation
IsAbstractFalse
IsShadowsFalse
NamespaceControlTextSpellingReviewOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
MethodCleanupMicrosoftWordPrivateFalse
FunctionGetCorrectedTextPrivateFalse
FunctionInitializeMicrosoftWordPrivateFalse
FunctionIsSpellingLanguageInstalledInMicrosoftWordPrivateFalse
MethodOnAfterExecuteOperationProtectedFalse
MethodOnAfterLocateComponentResultProtectedFalse
MethodOnBeforeExecuteOperationProtectedFalse
MethodOnCancelOperationProtectedFalse
FunctionOnCreateAdminOptionsProtectedFalse
MethodOnCreateUserOptionsForExecutionProtectedFalse
MethodOnCreateUserOptionsForExecutionBeforeBuildProtectedFalse
MethodOnExecuteOperationInProjectItemProtectedFalse
MethodOnInitializeProtectedFalse
FunctionReviewControlsTextSpellingPrivateFalse
FunctionReviewControlTextSpellingPrivateFalse
MethodShowExceptionPrivateTrue

-
Method CleanupMicrosoftWord

Kind: Method
Name: CleanupMicrosoftWord
Access: Private

-
Declaration:

private void CleanupMicrosoftWord()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.CleanupMicrosoftWord
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Function GetCorrectedText

Kind: Function
Name: GetCorrectedText
Access: Private

-
Declaration:

private String GetCorrectedText(MSWordLanguageID languageID, String sText )

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.GetCorrectedText
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamestring
TypeFullNameSystem.String
TypeNameString
XmlDocComment

-
Parameters:
NameTypeModifiers
languageIDMSWordLanguageID
sTextstring

-
Attributes:

None

-
Function InitializeMicrosoftWord

Kind: Function
Name: InitializeMicrosoftWord
Access: Private

-
Declaration:

private Boolean InitializeMicrosoftWord()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.InitializeMicrosoftWord
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Function IsSpellingLanguageInstalledInMicrosoftWord

Kind: Function
Name: IsSpellingLanguageInstalledInMicrosoftWord
Access: Private

-
Declaration:

private Boolean IsSpellingLanguageInstalledInMicrosoftWord(MSWordLanguageID languageID)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.IsSpellingLanguageInstalledInMicrosoftWord
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
languageIDMSWordLanguageID

-
Attributes:

None

-
Method OnAfterExecuteOperation

Kind: Method
Name: OnAfterExecuteOperation
Access: Protected

-
Declaration:

protected override void OnAfterExecuteOperation(AdminOptionsBase adminOptions, UserOptions userOptions)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.OnAfterExecuteOperation
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions

-
Attributes:

None

-
Method OnAfterLocateComponentResult

Kind: Method
Name: OnAfterLocateComponentResult
Access: Protected

-
Declaration:

protected override void OnAfterLocateComponentResult(AdminOptionsBase adminOptions, UserOptions userOptions, IComponent component, Object customValue)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.OnAfterLocateComponentResult
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
componentIComponent
customValueobject

-
Attributes:

None

-
Method OnBeforeExecuteOperation

Kind: Method
Name: OnBeforeExecuteOperation
Access: Protected

-
Declaration:

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

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.OnBeforeExecuteOperation
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
cancelboolref

-
Attributes:

None

-
Method OnCancelOperation

Kind: Method
Name: OnCancelOperation
Access: Protected

-
Declaration:

protected override void OnCancelOperation(AdminOptionsBase adminOptions, UserOptions userOptions)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.OnCancelOperation
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions

-
Attributes:

None

-
Function OnCreateAdminOptions

Kind: Function
Name: OnCreateAdminOptions
Access: Protected

-
Declaration:

protected override AdminOptionsBase OnCreateAdminOptions()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.OnCreateAdminOptions
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNameAdminOptionsBase
TypeFullNameAdminOptionsBase
TypeNameAdminOptionsBase
XmlDocComment

-
Parameters:

None

-
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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.OnCreateUserOptionsForExecution
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptionsref
cancelboolref

-
Attributes:

None

-
Method OnCreateUserOptionsForExecutionBeforeBuild

Kind: Method
Name: OnCreateUserOptionsForExecutionBeforeBuild
Access: Protected

-
Declaration:

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

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.OnCreateUserOptionsForExecutionBeforeBuild
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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.OnExecuteOperationInProjectItem
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
projectItemProjectItem
startEditPointEditPoint
endEditPointEditPoint
designerHostIDesignerHost
cancelboolref

-
Attributes:

None

-
Method OnInitialize

Kind: Method
Name: OnInitialize
Access: Protected

-
Declaration:

protected override void OnInitialize(OperationInfo operationInfo)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.OnInitialize
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
operationInfoOperationInfo

-
Attributes:

None

-
Function ReviewControlsTextSpelling

Kind: Function
Name: ReviewControlsTextSpelling
Access: Private

-
Declaration:

private Boolean ReviewControlsTextSpelling(ProjectItem projectItem, Control control, MSWordLanguageID languageID )

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.ReviewControlsTextSpelling
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
projectItemProjectItem
controlControl
languageIDMSWordLanguageID

-
Attributes:

None

-
Function ReviewControlTextSpelling

Kind: Function
Name: ReviewControlTextSpelling
Access: Private

-
Declaration:

private Boolean ReviewControlTextSpelling(ProjectItem projectItem, Control control, String controlText, MSWordLanguageID languageID)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.ReviewControlTextSpelling
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
projectItemProjectItem
controlControl
controlTextstring
languageIDMSWordLanguageID

-
Attributes:

None

-
Method ShowException

Kind: Method
Name: ShowException
Access: Private

-
Declaration:

private static void ShowException(Exception exception , String operationTitle)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewOperation.ShowException
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticTrue
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
exceptionException
operationTitlestring

-
Attributes:

None




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

-
Namespaces:
Name
ControlTextSpellingReviewOperation

-
Namespace ControlTextSpellingReviewOperation
-
Classes:
NameAccess
ControlTextSpellingReviewUserOptionsProject

-
Class ControlTextSpellingReviewUserOptions

Name: ControlTextSpellingReviewUserOptions
Access: Project

-
Declaration:

internal class ControlTextSpellingReviewUserOptions: UserOptions

-
Bases:

None

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptions
IsAbstractFalse
IsShadowsFalse
NamespaceControlTextSpellingReviewOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
ConstructorControlTextSpellingReviewUserOptionsProjectFalse
PropertyMSWordLanguageProjectFalse
FunctionOnCreatePropertyPageProtectedFalse
FunctionOnGetFriendlyNameProtectedFalse
FunctionOnGetOptionsDescriptionProtectedFalse

-
Constructor ControlTextSpellingReviewUserOptions

Kind: Constructor
Name: ControlTextSpellingReviewUserOptions
Access: Project

-
Declaration:

internal ControlTextSpellingReviewUserOptions(OperationScopeAction operationScopeAction): base(operationScopeAction)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptions.ControlTextSpellingReviewUserOptions
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindConstructor
XmlDocComment

-
Parameters:
NameTypeModifiers
operationScopeActionOperationScopeAction

-
Attributes:

None

-
Property MSWordLanguage

Kind: Property
Name: MSWordLanguage
Access: Project

-
Declaration:

internal MSWordLanguage MSWordLanguage

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptions.MSWordLanguage
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ReadOnlyFalse
TypeAliasedNameMSWordLanguage
TypeFullNameControlTextSpellingReviewOperation.MSWordLanguage
TypeNameMSWordLanguage
WriteOnlyFalse
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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptions.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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptions.OnGetFriendlyName
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamestring
TypeFullNameSystem.String
TypeNameString
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Function OnGetOptionsDescription

Kind: Function
Name: OnGetOptionsDescription
Access: Protected

-
Declaration:

protected override String OnGetOptionsDescription()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptions.OnGetOptionsDescription
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamestring
TypeFullNameSystem.String
TypeNameString
XmlDocComment

-
Parameters:

None

-
Attributes:

None




+
File MSWordLanguage.cs
-
Properties:
NameValue
Author
BuildActionCompile
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:19
DateModified04/01/2006 17:50:16
Extension.cs
FileNameMSWordLanguage.cs
Filesize2961
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\MSWordLanguage.cs
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\MSWordLanguage.cs
ModifiedBy
SubTypeCode
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\MSWordLanguage.cs

-
Namespaces:
Name
ControlTextSpellingReviewOperation

-
Namespace ControlTextSpellingReviewOperation
-
Classes:
NameAccess
MSWordLanguageProject

-
Class MSWordLanguage

Name: MSWordLanguage
Access: Project

-
Declaration:

internal class MSWordLanguage

-
Bases:
Name
System.Object

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.MSWordLanguage
IsAbstractFalse
IsShadowsFalse
NamespaceControlTextSpellingReviewOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
PropertyDescriptionProjectFalse
MethodFillComboBoxWithLanguagesProjectTrue
PropertyIDProjectFalse
ConstructorMSWordLanguageProjectFalse
MethodSelectLanguageInComboBoxProjectTrue
FunctionToStringPublicFalse

-
Property Description

Kind: Property
Name: Description
Access: Project

-
Declaration:

internal String Description

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.MSWordLanguage.Description
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ReadOnlyTrue
TypeAliasedNamestring
TypeFullNameSystem.String
TypeNameString
WriteOnlyFalse
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Method FillComboBoxWithLanguages

Kind: Method
Name: FillComboBoxWithLanguages
Access: Project

-
Declaration:

internal static void FillComboBoxWithLanguages(ComboBox comboBoxLanguages)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.MSWordLanguage.FillComboBoxWithLanguages
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticTrue
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
comboBoxLanguagesComboBox

-
Attributes:

None

-
Property ID

Kind: Property
Name: ID
Access: Project

-
Declaration:

internal MSWordLanguageID ID

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.MSWordLanguage.ID
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ReadOnlyTrue
TypeAliasedNameMSWordLanguageID
TypeFullNameControlTextSpellingReviewOperation.MSWordLanguageID
TypeNameMSWordLanguageID
WriteOnlyFalse
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Constructor MSWordLanguage

Kind: Constructor
Name: MSWordLanguage
Access: Project

-
Declaration:

internal MSWordLanguage(MSWordLanguageID eLanguageID)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.MSWordLanguage.MSWordLanguage
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindConstructor
XmlDocComment

-
Parameters:
NameTypeModifiers
eLanguageIDMSWordLanguageID

-
Attributes:

None

-
Method SelectLanguageInComboBox

Kind: Method
Name: SelectLanguageInComboBox
Access: Project

-
Declaration:

internal static void SelectLanguageInComboBox(ComboBox comboBoxLanguages, MSWordLanguageID languageID)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.MSWordLanguage.SelectLanguageInComboBox
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticTrue
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
comboBoxLanguagesComboBox
languageIDMSWordLanguageID

-
Attributes:

None

-
Function ToString

Kind: Function
Name: ToString
Access: Public

-
Declaration:

public override String ToString()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.MSWordLanguage.ToString
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamestring
TypeFullNameSystem.String
TypeNameString
XmlDocComment

-
Parameters:

None

-
Attributes:

None



-
Enums:
NameAccess
MSWordLanguageIDProject

-
Enum MSWordLanguageID

Name: MSWordLanguageID
Access: Project

-
Declaration:

internal enum MSWordLanguageID

-
Values:

NameValue



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

+
File ControlTextSpellingReviewAdminOptionsPropertyPage.cs
-
Properties:
NameValue
Author
BuildActionCompile
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:19
DateModified12/07/2007 12:28:36
Extension.cs
FileNameControlTextSpellingReviewAdminOptionsPropertyPage.cs
Filesize5187
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\ControlTextSpellingReviewAdminOptionsPropertyPage.cs
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\ControlTextSpellingReviewAdminOptionsPropertyPage.cs
ModifiedBy
SubTypeUserControl
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\ControlTextSpellingReviewAdminOptionsPropertyPage.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=720, Height=184}
TabIndex0
TabStopTrue
Tag
TypeSystem.Windows.Forms.UserControl
VisibleTrue

-
Components:
NameTypeText
CheckBoxReviewBeforeBuildSystem.Windows.Forms.CheckBox
ComboBoxLanguageSystem.Windows.Forms.ComboBox
LabelLanguageSystem.Windows.Forms.Label


-
Namespaces:
Name
ControlTextSpellingReviewOperation

-
Namespace ControlTextSpellingReviewOperation
-
Classes:
NameAccess
ControlTextSpellingReviewAdminOptionsPropertyPageProject

-
Class ControlTextSpellingReviewAdminOptionsPropertyPage

Name: ControlTextSpellingReviewAdminOptionsPropertyPage
Access: Project

-
Declaration:

internal class ControlTextSpellingReviewAdminOptionsPropertyPage

-
Bases:
Name
System.Windows.Forms.UserControl

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptionsPropertyPage
IsAbstractFalse
IsShadowsFalse
NamespaceControlTextSpellingReviewOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
MethodCheckBoxReviewBeforeBuild_CheckedChangedPrivateFalse
MethodCleanupPublicFalse
ConstructorControlTextSpellingReviewAdminOptionsPropertyPagePublicFalse
MethodDisposeProtectedFalse
MethodInitializePublicFalse
MethodInitializeComponentPrivateFalse
MethodSetEnabledStatePrivateFalse
MethodSetOptionsPublicFalse

-
Method CheckBoxReviewBeforeBuild_CheckedChanged

Kind: Method
Name: CheckBoxReviewBeforeBuild_CheckedChanged
Access: Private

-
Declaration:

private void CheckBoxReviewBeforeBuild_CheckedChanged(object sender, System.EventArgs e)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptionsPropertyPage.CheckBoxReviewBeforeBuild_CheckedChanged
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
senderobject
eEventArgs

-
Attributes:

None

-
Method Cleanup

Kind: Method
Name: Cleanup
Access: Public

-
Declaration:

public void Cleanup()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptionsPropertyPage.Cleanup
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Constructor ControlTextSpellingReviewAdminOptionsPropertyPage

Kind: Constructor
Name: ControlTextSpellingReviewAdminOptionsPropertyPage
Access: Public

-
Declaration:

public ControlTextSpellingReviewAdminOptionsPropertyPage()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptionsPropertyPage.ControlTextSpellingReviewAdminOptionsPropertyPage
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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptionsPropertyPage.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(AdminOptionsBase adminOptions, Boolean readOnlyState)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptionsPropertyPage.Initialize
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
readOnlyStatebool

-
Attributes:

None

-
Method InitializeComponent

Kind: Method
Name: InitializeComponent
Access: Private

-
Declaration:

private void InitializeComponent()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptionsPropertyPage.InitializeComponent
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Method SetEnabledState

Kind: Method
Name: SetEnabledState
Access: Private

-
Declaration:

private void SetEnabledState(Boolean enabled)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptionsPropertyPage.SetEnabledState
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
enabledbool

-
Attributes:

None

-
Method SetOptions

Kind: Method
Name: SetOptions
Access: Public

-
Declaration:

public void SetOptions(AdminOptionsBase adminOptions, ref Boolean cancel, ref String cancellationReason)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewAdminOptionsPropertyPage.SetOptions
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
cancelboolref
cancellationReasonstringref

-
Attributes:

None




+
File ControlTextSpellingReviewUserOptionsPropertyPage.cs
-
Properties:
NameValue
Author
BuildActionCompile
CustomTool
CustomToolNamespace
CustomToolOutput
DateCreated13/07/2007 18:29:19
DateModified12/07/2007 12:28:36
Extension.cs
FileNameControlTextSpellingReviewUserOptionsPropertyPage.cs
Filesize3178
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\ControlTextSpellingReviewUserOptionsPropertyPage.cs
HTMLTitle
IsCustomToolOutputFalse
IsDependentFileFalse
IsDesignTimeBuildInputFalse
IsLinkFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\ControlTextSpellingReviewUserOptionsPropertyPage.cs
ModifiedBy
SubTypeUserControl
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\ControlTextSpellingReviewOperation\ControlTextSpellingReviewUserOptionsPropertyPage.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=432, Height=200}
TabIndex0
TabStopTrue
Tag
TypeSystem.Windows.Forms.UserControl
VisibleTrue

-
Components:
NameTypeText
ComboBoxLanguageSystem.Windows.Forms.ComboBox
LabelLanguageSystem.Windows.Forms.Label


-
Namespaces:
Name
ControlTextSpellingReviewOperation

-
Namespace ControlTextSpellingReviewOperation
-
Classes:
NameAccess
ControlTextSpellingReviewUserOptionsPropertyPageProject

-
Class ControlTextSpellingReviewUserOptionsPropertyPage

Name: ControlTextSpellingReviewUserOptionsPropertyPage
Access: Project

-
Declaration:

internal class ControlTextSpellingReviewUserOptionsPropertyPage

-
Bases:
Name
System.Windows.Forms.UserControl

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptionsPropertyPage
IsAbstractFalse
IsShadowsFalse
NamespaceControlTextSpellingReviewOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
MethodCleanupPublicFalse
ConstructorControlTextSpellingReviewUserOptionsPropertyPagePublicFalse
MethodDisposeProtectedFalse
MethodInitializePublicFalse
MethodInitializeComponentPrivateFalse
MethodSetOptionsPublicFalse

-
Method Cleanup

Kind: Method
Name: Cleanup
Access: Public

-
Declaration:

public void Cleanup()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptionsPropertyPage.Cleanup
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Constructor ControlTextSpellingReviewUserOptionsPropertyPage

Kind: Constructor
Name: ControlTextSpellingReviewUserOptionsPropertyPage
Access: Public

-
Declaration:

public ControlTextSpellingReviewUserOptionsPropertyPage()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptionsPropertyPage.ControlTextSpellingReviewUserOptionsPropertyPage
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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptionsPropertyPage.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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptionsPropertyPage.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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptionsPropertyPage.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
FullNameControlTextSpellingReviewOperation.ControlTextSpellingReviewUserOptionsPropertyPage.SetOptions
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
userOptionsUserOptions
cancelboolref
cancellationReasonstringref

-
Attributes:

None





-
Project DocumenterOperation

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

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

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

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

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

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

-
Namespaces:
Name
DocumenterOperation

-
Namespace DocumenterOperation
-
Classes:
NameAccess
DocumenterOperationPublic

-
Class DocumenterOperation

Name: DocumenterOperation
Access: Public

-
Declaration:

public class DocumenterOperation: OperationBase

-
Bases:

None

-
Implemented Interfaces:

None

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation
IsAbstractFalse
IsShadowsFalse
NamespaceDocumenterOperation
XmlDocComment

-
Attributes:

None

-
Procedures:
KindNameAccessStatic
MethodAddCodeElementHeadersPrivateFalse
MethodAddFileHeaderPrivateFalse
MethodAddProcedureHeaderPrivateFalse
MethodAddTypeHeaderPrivateFalse
FunctionGetMZToolsProgIdPrivateFalse
FunctionIsLinkedFilePrivateFalse
MethodOnBeforeExecuteOperationProtectedFalse
MethodOnCreateUserOptionsForExecutionProtectedFalse
MethodOnExecuteOperationInProjectItemProtectedFalse
MethodOnInitializeProtectedFalse
FunctionShowCodeElementPrivateFalse
MethodShowExceptionPrivateTrue

-
Method AddCodeElementHeaders

Kind: Method
Name: AddCodeElementHeaders
Access: Private

-
Declaration:

private void AddCodeElementHeaders(TextDocument textDocument, CodeElements codeElements)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.AddCodeElementHeaders
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
textDocumentTextDocument
codeElementsCodeElements

-
Attributes:

None

-
Method AddFileHeader

Kind: Method
Name: AddFileHeader
Access: Private

-
Declaration:

private void AddFileHeader(TextDocument textDocument)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.AddFileHeader
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
textDocumentTextDocument

-
Attributes:

None

-
Method AddProcedureHeader

Kind: Method
Name: AddProcedureHeader
Access: Private

-
Declaration:

private void AddProcedureHeader(TextDocument textDocument, CodeElement codeElement)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.AddProcedureHeader
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
textDocumentTextDocument
codeElementCodeElement

-
Attributes:

None

-
Method AddTypeHeader

Kind: Method
Name: AddTypeHeader
Access: Private

-
Declaration:

private void AddTypeHeader(TextDocument textDocument, CodeElement codeElement)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.AddTypeHeader
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
textDocumentTextDocument
codeElementCodeElement

-
Attributes:

None

-
Function GetMZToolsProgId

Kind: Function
Name: GetMZToolsProgId
Access: Private

-
Declaration:

private string GetMZToolsProgId()

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.GetMZToolsProgId
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamestring
TypeFullNameSystem.String
TypeNameString
XmlDocComment

-
Parameters:

None

-
Attributes:

None

-
Function IsLinkedFile

Kind: Function
Name: IsLinkedFile
Access: Private

-
Declaration:

private bool IsLinkedFile(ProjectItem objProjectItem)

-
Comment:

None

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

-
Parameters:
NameTypeModifiers
objProjectItemProjectItem

-
Attributes:

None

-
Method OnBeforeExecuteOperation

Kind: Method
Name: OnBeforeExecuteOperation
Access: Protected

-
Declaration:

protected override void OnBeforeExecuteOperation(AdminOptionsBase adminOptions, UserOptions userOptions, ref bool cancel)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.OnBeforeExecuteOperation
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
cancelboolref

-
Attributes:

None

-
Method OnCreateUserOptionsForExecution

Kind: Method
Name: OnCreateUserOptionsForExecution
Access: Protected

-
Declaration:

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

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.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, EnvDTE.ProjectItem projectItem, EnvDTE.EditPoint startEditPoint, EnvDTE.EditPoint endEditPoint, System.ComponentModel.Design.IDesignerHost designerHost, ref bool cancel)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.OnExecuteOperationInProjectItem
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
adminOptionsAdminOptionsBase
userOptionsUserOptions
projectItemProjectItem
startEditPointEditPoint
endEditPointEditPoint
designerHostIDesignerHost
cancelboolref

-
Attributes:

None

-
Method OnInitialize

Kind: Method
Name: OnInitialize
Access: Protected

-
Declaration:

protected override void OnInitialize(OperationInfo operationInfo)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.OnInitialize
IsAbstractFalse
IsOverloadedFalse
IsOverridableTrue
IsOverridesTrue
IsShadowsFalse
IsStaticFalse
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
operationInfoOperationInfo

-
Attributes:

None

-
Function ShowCodeElement

Kind: Function
Name: ShowCodeElement
Access: Private

-
Declaration:

private bool ShowCodeElement(TextDocument textDocument, CodeElement codeElement)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.ShowCodeElement
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticFalse
ProcedureKindFunction
TypeAliasedNamebool
TypeFullNameSystem.Boolean
TypeNameBoolean
XmlDocComment

-
Parameters:
NameTypeModifiers
textDocumentTextDocument
codeElementCodeElement

-
Attributes:

None

-
Method ShowException

Kind: Method
Name: ShowException
Access: Private

-
Declaration:

private static void ShowException(Exception exception , String operationTitle)

-
Comment:

None

-
Properties:
NameValue
DocComment
FullNameDocumenterOperation.DocumenterOperation.ShowException
IsAbstractFalse
IsOverloadedFalse
IsOverridableFalse
IsOverridesFalse
IsShadowsFalse
IsStaticTrue
ProcedureKindMethod
XmlDocComment

-
Parameters:
NameTypeModifiers
exceptionException
operationTitlestring

-
Attributes:

None




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


-
Project EnableWindowsXPThemeOperation

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

-
Properties:
NameValue
ActiveFileSharePath
ApplicationIcon
AssemblyKeyContainerName
AssemblyNameEnableWindowsXPThemeOperationVSNET2002
AssemblyOriginatorKeyFile
AssemblyOriginatorKeyModeNone
DefaultClientScriptJScript
DefaultHTMLPageLayoutGrid
DefaultNamespaceEnableWindowsXPThemeOperation
DefaultTargetSchemaIE50
DelaySignFalse
FileNameEnableWindowsXPThemeOperation.csproj
FileSharePath
FullPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\EnableWindowsXPThemeOperation\EnableWindowsXPThemeOperation.csproj
LanguageDescriptionVisual C#
LanguageGUID{B5E9BD34-6D3E-4B5D-925E-8A43B79820B4}
LinkRepairFalse
LocalPathC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\EnableWindowsXPThemeOperation\
OfflineURL
OptionCompareBinary
OptionExplicitOn
OptionStrictOff
OutputFileNameEnableWindowsXPThemeOperationVSNET2002.dll
OutputTypeClass Library
ProjectTypeLocal
ReferencePath
RootNamespaceEnableWindowsXPThemeOperation
ServerExtensionsVersion
StartupObject
URLfile:///C:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\EnableWindowsXPThemeOperation\
WebAccessMethodFileShare
WebServerC:\Users\Carlos\Documents\MZTools\MZTools6\Source\ExternalOperations\CSharp\VSNET2002\EnableWindowsXPThemeOperation\
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
MZTools6VSNET2002Assembly0.0.0.0

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

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

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

-
Namespaces:
Name
EnableWindowsXPThemeOperation

-
Namespace EnableWindowsXPThemeOperation
-
Classes:
NameAccess
EnableWindowsXPThemeOperationPublic

-
Class EnableWindowsXPThemeOperation

Name: EnableWindowsXPThemeOperation
Access: Public

-
Declaration:

public class EnableWindowsXPThemeOperation: OperationBase

-
Bases:

None

-
Implemented Interfaces:

None

-
Comment:

None

-