バージョン

GetGroupingsForType メソッド

指定された型の登録済みグループを返します。
シンタックス
'宣言
 
Public Shared Function GetGroupingsForType( _
   ByVal type As Type _
) As String()
public static string[] GetGroupingsForType( 
   Type type
)

パラメータ

type
グループ化が返される型。

戻り値の型

登録されていた場合はタイプまたはその基本タイプに対して登録されたグループの配列。グループが要素に登録されていなかった場合は null。
参照