FeatureConnectorAttribute コンストラクター
FeatureConnectorAttribute クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Windows.Design.Features
アセンブリ: Microsoft.Windows.Design.Extensibility (Microsoft.Windows.Design.Extensibility.dll 内)
構文
'宣言
Public Sub New ( _
featureConnectorType As Type _
)
public FeatureConnectorAttribute(
Type featureConnectorType
)
public:
FeatureConnectorAttribute(
Type^ featureConnectorType
)
new :
featureConnectorType:Type -> FeatureConnectorAttribute
public function FeatureConnectorAttribute(
featureConnectorType : Type
)
パラメーター
- featureConnectorType
型: System.Type
機能マネージャーの型。
例外
例外 | 条件 |
---|---|
ArgumentNullException | featureConnectorType は nullnull 参照 (Visual Basic では Nothing) なので、 |
解説
FeatureConnectorAttribute は、FeatureProvider が必要とする FeatureConnector<TFeatureProviderType> の型を格納します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.Windows.Design.Features 名前空間
FeatureConnector<TFeatureProviderType>