SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Méthode

Définition

Crée une propriété à la position donnée.

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

Paramètres

position
Int32

Index de la nouvelle propriété.

fExists
Boolean

Détermine si la propriété existe. true au retour si la propriété existe.

Retours

Objet SharedProperty demandé.

S’applique à