Condividi tramite


ActivationChangeEventArgs.HostIsActivating Property

A value indicating if the component host is activating.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Dichiarazione
Public Property HostIsActivating As Boolean
    Get
    Private Set
'Utilizzo
Dim instance As ActivationChangeEventArgs
Dim value As Boolean

value = instance.HostIsActivating
public bool HostIsActivating { get; private set; }
public:
property bool HostIsActivating {
    bool get ();
    private: void set (bool value);
}
member HostIsActivating : bool with get, private set
function get HostIsActivating () : boolean
private function set HostIsActivating (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ActivationChangeEventArgs Class

ActivationChangeEventArgs Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace