BaseHierarchyNode.PropertiesObject Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
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
- 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.