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.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
attributeUsage As VSUSERCONTEXTATTRIBUTEUSAGE, _
attributeName As String, _
attributeValue As String _
)
public UserContextAttribute(
VSUSERCONTEXTATTRIBUTEUSAGE attributeUsage,
string attributeName,
string attributeValue
)
public:
UserContextAttribute(
VSUSERCONTEXTATTRIBUTEUSAGE attributeUsage,
String^ attributeName,
String^ attributeValue
)
new :
attributeUsage:VSUSERCONTEXTATTRIBUTEUSAGE *
attributeName:string *
attributeValue:string -> UserContextAttribute
public function UserContextAttribute(
attributeUsage : VSUSERCONTEXTATTRIBUTEUSAGE,
attributeName : String,
attributeValue : String
)
Parameters
- attributeUsage
Type: Microsoft.VisualStudio.Shell.Interop.VSUSERCONTEXTATTRIBUTEUSAGE
- attributeName
Type: System.String
- attributeValue
Type: System.String
.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.