Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.