Bagikan melalui


VsContextChangingEventArgs.ContextChangeReason Property

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
Public Property ContextChangeReason As ActiveContextChangeReason
public ActiveContextChangeReason ContextChangeReason { get; private set; }
public:
property ActiveContextChangeReason ContextChangeReason {
    ActiveContextChangeReason get ();
    private: void set (ActiveContextChangeReason value);
}
member ContextChangeReason : ActiveContextChangeReason with get, private set
function get ContextChangeReason () : ActiveContextChangeReason 
private function set ContextChangeReason (value : ActiveContextChangeReason)

Property Value

Type: Microsoft.TeamFoundation.Client.ActiveContextChangeReason

.NET Framework Security

See Also

Reference

VsContextChangingEventArgs Class

Microsoft.VisualStudio.Services.Integration Namespace