Share via


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

See Also

Reference

VsContextChangingEventArgs Class

Microsoft.VisualStudio.Services.Integration Namespace