IComNativeDescriptorHandler.GetPropertyValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 속성의 값을 가져옵니다.
오버로드
GetPropertyValue(Object, Int32, Boolean) |
지정된 디스패치 식별자를 가진 속성의 값을 가져옵니다. |
GetPropertyValue(Object, String, Boolean) |
지정된 이름을 가진 속성의 값을 가져옵니다. |
GetPropertyValue(Object, Int32, Boolean)
지정된 디스패치 식별자를 가진 속성의 값을 가져옵니다.
public:
System::Object ^ GetPropertyValue(System::Object ^ component, int dispid, bool % success);
public object GetPropertyValue (object component, int dispid, ref bool success);
abstract member GetPropertyValue : obj * int * bool -> obj
Public Function GetPropertyValue (component As Object, dispid As Integer, ByRef success As Boolean) As Object
매개 변수
- component
- Object
속성이 속해 있는 개체입니다.
- dispid
- Int32
디스패치 식별자입니다.
반환
지정된 디스패치 식별자를 가진 속성의 값입니다.
설명
참고
이 API는 현재 사용되지 않습니다. 사용되는 대체 항목은 ComObjectType입니다.
적용 대상
GetPropertyValue(Object, String, Boolean)
지정된 이름을 가진 속성의 값을 가져옵니다.
public:
System::Object ^ GetPropertyValue(System::Object ^ component, System::String ^ propertyName, bool % success);
public object GetPropertyValue (object component, string propertyName, ref bool success);
abstract member GetPropertyValue : obj * string * bool -> obj
Public Function GetPropertyValue (component As Object, propertyName As String, ByRef success As Boolean) As Object
매개 변수
- component
- Object
속성이 속해 있는 개체입니다.
- propertyName
- String
속성의 이름입니다.
반환
지정된 이름을 가진 속성의 값입니다.
설명
참고
이 API는 현재 사용되지 않습니다. 사용되는 대체 항목은 ComObjectType입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET