SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Metod

Definition

Skapar en egenskap på den angivna positionen.

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

Parametrar

position
Int32

Indexet för den nya egenskapen.

fExists
Boolean

Avgör om egenskapen finns. Ange till true vid retur om egenskapen finns.

Returer

Den begärda SharedProperty.

Gäller för