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
- 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.