VCCodeFunction.Parameters Property

Definition

Gets a collection of parameters for this item.

public:
 property EnvDTE::CodeElements ^ Parameters { EnvDTE::CodeElements ^ get(); };
[System.Runtime.InteropServices.DispId(36)]
public EnvDTE.CodeElements Parameters { [System.Runtime.InteropServices.DispId(36)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(36)>]
[<get: System.Runtime.InteropServices.DispId(36)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.Parameters : EnvDTE.CodeElements
Public ReadOnly Property Parameters As CodeElements

Property Value

A CodeElements collection.

Attributes

Applies to