Condividi tramite


SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Metodo

Definizione

Consente di creare 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 l'esistenza o meno della proprietà. Se la proprietà esiste, è impostato su true alla restituzione.

Restituisce

Oggetto SharedProperty richiesto.

Si applica a