バージョン

ComponentRoleDefinition コンストラクタ

新しい ComponentRoleDefinition を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal componentName As String, _
   ByVal componentType As Type _
)
public ComponentRoleDefinition( 
   string componentName,
   Type componentType
)

パラメータ

componentName
定義されるコンポーネントの名前。
componentType
コンポーネントを識別するために使用されるタイプ。
参照