NativeMethods.ICodeClassBase Interface
Represents the code class base.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<GuidAttribute("23BBD58A-7C59-449b-A93C-43E59EFC080C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ICodeClassBase
'Usage
Dim instance As NativeMethods.ICodeClassBase
[GuidAttribute("23BBD58A-7C59-449b-A93C-43E59EFC080C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICodeClassBase
[GuidAttribute(L"23BBD58A-7C59-449b-A93C-43E59EFC080C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ICodeClassBase
public interface ICodeClassBase
[<AbstractClassAttribute>]
[<GuidAttribute("23BBD58A-7C59-449b-A93C-43E59EFC080C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ICodeClassBase = interface end