IComNativeDescriptorHandler.GetPropertyValue 메서드

정의

지정한 속성의 값을 가져옵니다.

오버로드

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

디스패치 식별자입니다.

success
Boolean

속성이 검색되었는지 여부를 나타내는 Boolean으로, 참조로 전달됩니다.

반환

지정된 디스패치 식별자를 가진 속성의 값입니다.

설명

참고

이 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

속성의 이름입니다.

success
Boolean

속성이 검색되었는지 여부를 나타내는 Boolean으로, 참조로 전달됩니다.

반환

지정된 이름을 가진 속성의 값입니다.

설명

참고

이 API는 현재 사용되지 않습니다. 사용되는 대체 항목은 ComObjectType입니다.

적용 대상