| DynamicReadOnlyPropertyDescriptorTypeDescriptor Property |
This is used to get the associated type descriptor
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ICustomTypeDescriptor TypeDescriptor { get; }
Public ReadOnly Property TypeDescriptor As ICustomTypeDescriptor
Get
public:
property ICustomTypeDescriptor^ TypeDescriptor {
ICustomTypeDescriptor^ get ();
}
member TypeDescriptor : ICustomTypeDescriptor with get
Property Value
Type:
ICustomTypeDescriptorSee Also