IComNativeDescriptorHandler.GetPropertyValue メソッド

定義

指定したプロパティの値を取得します。

オーバーロード

名前 説明
GetPropertyValue(Object, Int32, Boolean)

指定したディスパッチ識別子を持つプロパティの値を取得します。

GetPropertyValue(Object, String, Boolean)

指定した名前を持つプロパティの値を取得します。

GetPropertyValue(Object, Int32, Boolean)

ソース:
IComNativeDescriptorHandler.cs
ソース:
IComNativeDescriptorHandler.cs
ソース:
ActiveDesignerEventArgs.cs

指定したディスパッチ識別子を持つプロパティの値を取得します。

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

返品

指定したディスパッチ識別子を持つプロパティの値。

注釈

Note

この API は廃止されました。 廃止されていない代替手段は ComObjectType

適用対象

GetPropertyValue(Object, String, Boolean)

ソース:
IComNativeDescriptorHandler.cs
ソース:
IComNativeDescriptorHandler.cs
ソース:
ActiveDesignerEventArgs.cs

指定した名前を持つプロパティの値を取得します。

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

返品

指定した名前を持つプロパティの値。

注釈

Note

この API は廃止されました。 廃止されていない代替手段は ComObjectType

適用対象