SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Método

Definición

Crea una propiedad en la posición especificada.

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

Parámetros

position
Int32

Índice de la nueva propiedad.

fExists
Boolean

Determina si la propiedad existe. Toma el valor true si la propiedad existe.

Devoluciones

SharedProperty solicitado.

Se aplica a