バージョン

GetRole メソッド (StyleManager)

指定した名前で UIRole を返します。
シンタックス
'宣言
 
Public Function GetRole( _
   ByVal componentRole As ComponentRole, _
   ByVal roleName As String _
) As UIRole
public UIRole GetRole( 
   ComponentRole componentRole,
   string roleName
)

パラメータ

componentRole
ロールを要求するコンポーネント
roleName
要求されるロールの名前。

戻り値の型

指定した名前を表す UIRole
参照