CodeParameter2.ParameterKind Property

Definition

Gets or sets a value indicating whether the parameter is expected to have value or reference behavior

public:
 property EnvDTE80::vsCMParameterKind ParameterKind { EnvDTE80::vsCMParameterKind get(); void set(EnvDTE80::vsCMParameterKind value); };
public:
 property EnvDTE80::vsCMParameterKind ParameterKind { EnvDTE80::vsCMParameterKind get(); void set(EnvDTE80::vsCMParameterKind value); };
[System.Runtime.InteropServices.DispId(200)]
public EnvDTE80.vsCMParameterKind ParameterKind { [System.Runtime.InteropServices.DispId(200)] get; [System.Runtime.InteropServices.DispId(200)] set; }
[<System.Runtime.InteropServices.DispId(200)>]
[<get: System.Runtime.InteropServices.DispId(200)>]
[<set: System.Runtime.InteropServices.DispId(200)>]
member this.ParameterKind : EnvDTE80.vsCMParameterKind with get, set
Public Property ParameterKind As vsCMParameterKind

Property Value

A vsCMParameterKind enumeration.

Attributes

Remarks

Note

The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.

Applies to