SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea una proprietà nella posizione specificata.
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
Parametri
- position
- Int32
Indice della nuova proprietà.
- fExists
- Boolean
Determina se la proprietà esiste. Impostare su true on return se la proprietà esiste.
Valori restituiti
Oggetto richiesto SharedProperty.