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

'宣言
<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

See Also

Reference

UserContextAttribute Class

Microsoft.TeamFoundation.Common Namespace