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 にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET