VsContextChangingEventArgs.ContextChange Property
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.