vsCMTypeRef2 Enum
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.
The data type that the function returns.
public enum class vsCMTypeRef2
public enum class vsCMTypeRef2
enum vsCMTypeRef2
[System.Runtime.InteropServices.Guid("7FB3C569-7FAF-4070-82AA-04B18B8BBAD1")]
public enum vsCMTypeRef2
[<System.Runtime.InteropServices.Guid("7FB3C569-7FAF-4070-82AA-04B18B8BBAD1")>]
type vsCMTypeRef2 =
Public Enum vsCMTypeRef2
- Inheritance
-
vsCMTypeRef2
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsCMTypeRefUnsignedChar | 17 | Unsigned Char |
vsCMTypeRefUnsignedShort | 18 | Unsigned Short |
vsCMTypeRefUnsignedInt | 19 | Unsigned Int |
vsCMTypeRefUnsignedLong | 20 | Unsigned Long |
vsCMTypeRefReference | 21 | Reference |
vsCMTypeRefMCBoxedReference | 22 | Visual C++ Boxed Reference |
vsCMTypeRefSByte | 23 | Signed byte |