IFuncInfo.Parameters Property
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.
Gets a collection of parameters for this item.
public:
property System::Object ^ Parameters { System::Object ^ get(); };
public:
property Platform::Object ^ Parameters { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743828)]
public object Parameters { [System.Runtime.InteropServices.DispId(1610743828)] get; }
[<System.Runtime.InteropServices.DispId(1610743828)>]
[<get: System.Runtime.InteropServices.DispId(1610743828)>]
member this.Parameters : obj
Public ReadOnly Property Parameters As Object
Property Value
A CodeElements collection.
- Attributes