SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Metodo

Definizione

Crea una proprietà nella posizione specificata.

public:
 System::EnterpriseServices::SharedProperty ^ CreatePropertyByPosition(int position, [Runtime::InteropServices::Out] bool % fExists);
public System.EnterpriseServices.SharedProperty CreatePropertyByPosition(int position, out bool fExists);
member this.CreatePropertyByPosition : int * bool -> System.EnterpriseServices.SharedProperty
Public Function CreatePropertyByPosition (position As Integer, ByRef fExists As Boolean) As SharedProperty

Parametri

position
Int32

Indice della nuova proprietà.

fExists
Boolean

Determina se la proprietà esiste. Impostare su true on return se la proprietà esiste.

Valori restituiti

Oggetto richiesto SharedProperty.

Si applica a