Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies expected parameter behavior.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("2366AEF3-BA49-4A96-B4A1-B8BF1ACB2600")> _
Public Enumeration vsCMParameterKind
[GuidAttribute("2366AEF3-BA49-4A96-B4A1-B8BF1ACB2600")]
public enum vsCMParameterKind
[GuidAttribute(L"2366AEF3-BA49-4A96-B4A1-B8BF1ACB2600")]
public enum class vsCMParameterKind
[<GuidAttribute("2366AEF3-BA49-4A96-B4A1-B8BF1ACB2600")>]
type vsCMParameterKind
public enum vsCMParameterKind
Members
Member name | Description | |
---|---|---|
vsCMParameterKindIn | The parameter has been specified as an in parameter. (This is the equivalent of ByVal in Visual Basic.) | |
vsCMParameterKindNone | The parameter has no specified keywords. | |
vsCMParameterKindOptional | An optional parameter. | |
vsCMParameterKindOut | An out parameter. | |
vsCMParameterKindParamArray | A parameter array. | |
vsCMParameterKindRef | A ref parameter. (This is the equivalent of ByRef in Visual Basic.) |