Share via


IVstaUpgradeHelper.InProcessHostGuid Property

Gets the Guid of the in-process host.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
ReadOnly Property InProcessHostGuid As Guid
'Usage
Dim instance As IVstaUpgradeHelper 
Dim value As Guid 

value = instance.InProcessHostGuid
[CLSCompliantAttribute(false)]
Guid InProcessHostGuid { get; }
[CLSCompliantAttribute(false)]
property Guid InProcessHostGuid {
    Guid get ();
}
function get InProcessHostGuid () : Guid

Property Value

Type: System.Guid
The GUID of the in-process host.

.NET Framework Security

See Also

Reference

IVstaUpgradeHelper Interface

IVstaUpgradeHelper Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace