IComNativeDescriptorHandler.GetPropertyValue 메서드

정의

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

오버로드

Name Description
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

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

반품

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

설명

Note

이 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

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

반품

지정된 이름을 포함하는 속성의 값입니다.

설명

Note

이 API는 이제 사용되지 않습니다. 사용되지 않는 대안은 .입니다 ComObjectType.

적용 대상