IModelPropertyContainer.GetProperty<TProperty> メソッド
指定したプロパティを取得します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Function GetProperty(Of TProperty) ( _
propertyClass As PropertyClass _
) As TProperty
'使用
Dim instance As IModelPropertyContainer
Dim propertyClass As PropertyClass
Dim returnValue As TProperty
returnValue = instance.GetProperty(propertyClass)
TProperty GetProperty<TProperty>(
PropertyClass propertyClass
)
generic<typename TProperty>
TProperty GetProperty(
PropertyClass^ propertyClass
)
JScript では、ジェネリックな型またはメソッドは使用できません。
型パラメータ
- TProperty
パラメータ
- propertyClass
型 : Microsoft.Data.Schema.SchemaModel.PropertyClass
プロパティのクラスを指定します。
戻り値
型 : TProperty
プロパティの値を返します。