ITypeComp Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<GuidAttribute("00020403-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ITypeComp
[GuidAttribute("00020403-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeComp
[GuidAttribute(L"00020403-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ITypeComp
[<GuidAttribute("00020403-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeComp = interface end
public interface ITypeComp
The ITypeComp type exposes the following members.
Methods
Name | Description | |
---|---|---|
RemoteBind | Infrastructure. Microsoft internal use only. | |
RemoteBindType | Infrastructure. Microsoft internal use only. |
Top