バージョン

UIRoleDefinition コンストラクタ(String,String,RoleState)

新しい UIRoleDefinition を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal baseRole As String, _
   ByVal states As RoleState _
)
public UIRoleDefinition( 
   string name,
   string baseRole,
   RoleState states
)

パラメータ

name
定義されるロールの名前。
baseRole
親ロールの名前。
states
ロールが使用される状態を示すフラグが付けられた列挙体。
参照