Click or drag to resize
Sandcastle Help File BuilderDocumentationSource Methods

The DocumentationSource type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAssemblies
This returns a collection of assemblies based on the specified wildcard.
Protected methodCheckProjectIsEditable
This is used to see if the project can be edited. If not, abort the change by throwing an exception.
(Inherited from PropertyBasedCollectionItem.)
Public methodStatic memberCommentsFiles
This returns a collection of XML comments files based on the specified wildcard.
Public methodEquals
See if specified item equals this one
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get a hash code for this item
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberProjects
This returns a collection of MSBuild project filenames based on the specified wildcard.
Public methodStatic memberProjectsIn
This is used to get a list of all projects in a solution file
Public methodToString
Return a string representation of the item
(Overrides ObjectToString.)
Top
See Also