Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property AttributeUsage As VSUSERCONTEXTATTRIBUTEUSAGE
Get
Set
[CLSCompliantAttribute(false)]
public VSUSERCONTEXTATTRIBUTEUSAGE AttributeUsage { get; set; }
[CLSCompliantAttribute(false)]
public:
property VSUSERCONTEXTATTRIBUTEUSAGE AttributeUsage {
VSUSERCONTEXTATTRIBUTEUSAGE get ();
void set (VSUSERCONTEXTATTRIBUTEUSAGE value);
}
[<CLSCompliantAttribute(false)>]
member AttributeUsage : VSUSERCONTEXTATTRIBUTEUSAGE with get, set
function get AttributeUsage () : VSUSERCONTEXTATTRIBUTEUSAGE
function set AttributeUsage (value : VSUSERCONTEXTATTRIBUTEUSAGE)
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.VSUSERCONTEXTATTRIBUTEUSAGE
.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.