Click or drag to resize
Sandcastle Help File BuilderHelpFileBuilderPlugInExportAttribute Properties

The HelpFileBuilderPlugInExportAttribute type exposes the following members.

Properties
  NameDescription
Public propertyContractName
Gets the contract name that is used to export the type or member marked with this attribute.
(Inherited from ExportAttribute.)
Public propertyContractType
Gets the contract type that is exported by the member that this attribute is attached to.
(Inherited from ExportAttribute.)
Public propertyCopyright
This is used to get or set copyright information for the plug-in
Public propertyDescription
This is used to get or set a brief description of the plug-in
Public propertyId
This read-only property is used to get the plug-in ID
Public propertyIsConfigurable
This is used to get or set whether or not the plug-in is configurable
Public propertyIsHidden
This is used to indicate whether or not the plug-in is hidden in the project plug-in property page
Public propertyRunsInPartialBuild
This is used to get or set whether or not the plug-in runs in partial builds
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public propertyVersion
This is used to get or set the plug-in version number
Top
See Also