Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that is reflected on to fill the properties window for this node.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property PropertiesObject As ICustomTypeDescriptor
'Usage
Dim instance As BaseHierarchyNode
Dim value As ICustomTypeDescriptor
value = instance.PropertiesObject
public virtual ICustomTypeDescriptor PropertiesObject { get; }
public:
virtual property ICustomTypeDescriptor^ PropertiesObject {
ICustomTypeDescriptor^ get ();
}
public function get PropertiesObject () : ICustomTypeDescriptor
Property Value
Type: System.ComponentModel.ICustomTypeDescriptor
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.