Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
[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.