Поделиться через


SharedPropertyGroup.CreatePropertyByPosition(Int32, Boolean) Метод

Определение

Создает свойство в заданной позиции.

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

Параметры

position
Int32

Индекс нового свойства.

fExists
Boolean

Определяет, существует ли свойство. Возвращается значение true, если свойство существует.

Возвращаемое значение

Запрошенный SharedProperty.

Применяется к