Bewerken

Delen via


COMPropertyInfo.GetIndexParameters Method

Definition

Overloads

GetIndexParameters()

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an array of all the index parameters for the property.

GetIndexParameters()

Returns an array of all the index parameters for the property.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override cli::array <System::Reflection::ParameterInfo ^> ^ GetIndexParameters();
public override System.Reflection.ParameterInfo[] GetIndexParameters ();
override this.GetIndexParameters : unit -> System.Reflection.ParameterInfo[]
Public Overrides Function GetIndexParameters () As ParameterInfo()

Returns

An array of ParameterInfo objects that has zero elements.

See also

Applies to