SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Metoda

Definicja

Tworzy właściwość na danej pozycji.

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

Parametry

position
Int32

Indeks nowej właściwości.

fExists
Boolean

Określa, czy właściwość istnieje. Ustaw wartość true na wartość po powrocie, jeśli właściwość istnieje.

Zwraca

SharedProperty

Żądany SharedPropertyelement .

Dotyczy