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입니다.

적용 대상