Sdílet prostřednictvím


SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Metoda

Definice

Vytvoří vlastnost na dané pozici.

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

Index nové vlastnosti.

fExists
Boolean

Určuje, zda vlastnost existuje. Pokud vlastnost existuje, nastavte na true hodnotu při vrácení.

Návraty

Požadavek na SharedProperty.

Platí pro