BaseHierarchyNode.PropertiesObject Property

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
Public Overridable ReadOnly Property PropertiesObject As ICustomTypeDescriptor
    Get
public virtual ICustomTypeDescriptor PropertiesObject { get; }
public:
virtual property ICustomTypeDescriptor^ PropertiesObject {
    ICustomTypeDescriptor^ get ();
}
abstract PropertiesObject : ICustomTypeDescriptor
override PropertiesObject : ICustomTypeDescriptor
function get PropertiesObject () : ICustomTypeDescriptor

Property Value

Type: System.ComponentModel.ICustomTypeDescriptor

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

Microsoft.TeamFoundation.Common Namespace