vsCMFunction2 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.
A constant indicating the type of function.
public enum class vsCMFunction2
public enum class vsCMFunction2
enum vsCMFunction2
[System.Runtime.InteropServices.Guid("D3C30B7B-11AD-4693-B1A8-E20A36C1C9F1")]
public enum vsCMFunction2
[<System.Runtime.InteropServices.Guid("D3C30B7B-11AD-4693-B1A8-E20A36C1C9F1")>]
type vsCMFunction2 =
Public Enum vsCMFunction2
- Inheritance
-
vsCMFunction2
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsCMFunctionAddHandler | 131072 | An add handler function. |
vsCMFunctionRemoveHandler | 262144 | A remove handler function. |
vsCMFunctionRaiseEvent | 524288 | A raise event function. |
Remarks
See vsCMFunction for more constants.