共用方式為


IComNativeDescriptorHandler.GetPropertyValue 方法

定義

取得指定的屬性值。

多載

GetPropertyValue(Object, Int32, Boolean)

取得含有指定之分派識別項 (Dispatch Identifier) 的屬性值。

GetPropertyValue(Object, String, Boolean)

取得具有指定名稱之屬性的值。

GetPropertyValue(Object, Int32, Boolean)

取得含有指定之分派識別項 (Dispatch Identifier) 的屬性值。

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 (以傳址 (By Reference) 方式傳遞),表示是否已擷取屬性。

傳回

含有指定之分派識別項 (Dispatch Identifier) 的屬性值。

備註

注意

此 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 (以傳址 (By Reference) 方式傳遞),表示是否已擷取屬性。

傳回

具有指定名稱之屬性的值。

備註

注意

此 API 現已淘汰。 非過時的替代方式是 ComObjectType

適用於