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.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Property ContextChange As ActiveContextChange
public ActiveContextChange ContextChange { get; private set; }
public:
property ActiveContextChange ContextChange {
ActiveContextChange get ();
private: void set (ActiveContextChange value);
}
member ContextChange : ActiveContextChange with get, private set
function get ContextChange () : ActiveContextChange
private function set ContextChange (value : ActiveContextChange)
Property Value
Type: Microsoft.TeamFoundation.Client.ActiveContextChange
.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.