ParameterListObjectDescriptor Constructor

public ParameterListObjectDescriptor( 
Parameter parameter
int index
bool isEditAllowed
Attribute[] attributes 
)
This language is not supported or no code example is available.
public:  
ParameterListObjectDescriptor( 
Parameter^ parameter
int index
bool isEditAllowed
array< Attribute^ >^ attributes 
)
This language is not supported or no code example is available.
public function ParameterListObjectDescriptor( 
parameter : Parameter
index : int
isEditAllowed : boolean
attributes : Attribute[] 
);
This language is not supported or no code example is available.

Parameters

parameter
Parameter

index
int

isEditAllowed
bool

attributes
Attribute[]

In this article

Definition