FileItem.GetComponentName Method

Returns the name of this instance of a component.

Definition

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

Return Value

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

Implements

ICustomTypeDescriptor.GetComponentName()

See Also