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
- 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.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace