TeamFoundationIconStripHelper.Instance Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Property Instance As TeamFoundationIconStripHelper
public static TeamFoundationIconStripHelper Instance { get; set; }
public:
static property TeamFoundationIconStripHelper^ Instance {
TeamFoundationIconStripHelper^ get ();
void set (TeamFoundationIconStripHelper^ value);
}
static member Instance : TeamFoundationIconStripHelper with get, set
static function get Instance () : TeamFoundationIconStripHelper
static function set Instance (value : TeamFoundationIconStripHelper)
Property Value
Type: Microsoft.TeamFoundation.Controls.TeamFoundationIconStripHelper
.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.