UserContextAttribute.AttributeUsage Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
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
'Usage
Dim instance As UserContextAttribute
Dim value As VSUSERCONTEXTATTRIBUTEUSAGE
value = instance.AttributeUsage
instance.AttributeUsage = value
[CLSCompliantAttribute(false)]
public VSUSERCONTEXTATTRIBUTEUSAGE AttributeUsage { get; set; }
[CLSCompliantAttribute(false)]
public:
property VSUSERCONTEXTATTRIBUTEUSAGE AttributeUsage {
VSUSERCONTEXTATTRIBUTEUSAGE get ();
void set (VSUSERCONTEXTATTRIBUTEUSAGE value);
}
public function get AttributeUsage () : VSUSERCONTEXTATTRIBUTEUSAGE
public 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.