CodeClass2.ClassKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
public:
property EnvDTE80::vsCMClassKind ClassKind { EnvDTE80::vsCMClassKind get(); void set(EnvDTE80::vsCMClassKind value); };
public:
property EnvDTE80::vsCMClassKind ClassKind { EnvDTE80::vsCMClassKind get(); void set(EnvDTE80::vsCMClassKind value); };
[System.Runtime.InteropServices.DispId(200)]
public EnvDTE80.vsCMClassKind ClassKind { [System.Runtime.InteropServices.DispId(200)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; [System.Runtime.InteropServices.DispId(200)] [System.Runtime.InteropServices.TypeLibFunc(64)] set; }
[<System.Runtime.InteropServices.DispId(200)>]
[<get: System.Runtime.InteropServices.DispId(200)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
[<set: System.Runtime.InteropServices.DispId(200)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.ClassKind : EnvDTE80.vsCMClassKind with get, set
Public Property ClassKind As vsCMClassKind
Property Value
- Attributes