バージョン

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

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

パラメータ

name
定義されるロールの名前。
baseRole
親ロールの名前。
supportedProperties
定義されるロールでサポートされるロールを示すフラグが付けられた列挙体
参照