Share via


SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Yöntem

Tanım

Verilen konumda bir özellik oluşturur.

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

Parametreler

position
Int32

Yeni özelliğin dizini.

fExists
Boolean

özelliğinin var olup olmadığını belirler. özelliği varsa dönüşte olarak true ayarlayın.

Döndürülenler

İstenen SharedProperty.

Şunlara uygulanır