SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Methode

Definitie

Hiermee maakt u een eigenschap op de opgegeven positie.

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

Parameters

position
Int32

De index van de nieuwe eigenschap.

fExists
Boolean

Bepaalt of de eigenschap bestaat. Ingesteld op true bij retour als de eigenschap bestaat.

Retouren

De aangevraagde SharedProperty.

Van toepassing op