Share via


IVstaHostAdapterInternal.HostPropertiesDirty Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Property HostPropertiesDirty As Boolean
'Usage
Dim instance As IVstaHostAdapterInternal 
Dim value As Boolean 

value = instance.HostPropertiesDirty

instance.HostPropertiesDirty = value
bool HostPropertiesDirty { get; set; }
property bool HostPropertiesDirty {
    bool get ();
    void set (bool value);
}
function get HostPropertiesDirty () : boolean 
function set HostPropertiesDirty (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IVstaHostAdapterInternal Interface

IVstaHostAdapterInternal Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal Namespace