DioDocs for PDF
GetEnumValue<T> メソッド (Properties)

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX.Direct2D 名前空間 > Properties クラス : GetEnumValue<T> メソッド

データの取得元となるプロパティのインデックス。

指定されたプロパティの値をインデックスで取得します。
シンタックス
'宣言
 
Public Function GetEnumValue(Of T As {New, Struct})( _
   ByVal index As System.Integer _
) As T
public T GetEnumValue<T>( 
   System.int index
)
where T: new(), struct

パラメータ

index

データの取得元となるプロパティのインデックス。

型パラメータ

T

戻り値の型

インデックスによる指定されたプロパティの値。
参照

Properties クラス
Properties メンバ