BaseHierarchyNode.ImageIndex Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public Property ImageIndex As UInteger
Get
Set
public uint ImageIndex { get; set; }
public:
property unsigned int ImageIndex {
unsigned int get ();
void set (unsigned int value);
}
member ImageIndex : uint32 with get, set
function get ImageIndex () : uint
function set ImageIndex (value : uint)
Property Value
Type: System.UInt32
.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.