Click or drag to resize
Sandcastle Help File BuilderFileItemGetComponentName Method
Returns the name of this instance of a component.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string GetComponentName()

Return Value

Type: String
The name of the object, or null if the object does not have a name.

Implements

ICustomTypeDescriptorGetComponentName
See Also