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.

적용 대상