UserContextAttribute.AttributeUsage Property
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Déclaration
<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.