RequiresServiceAttribute コンストラクター
RequiresServiceAttribute クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Windows.Design
アセンブリ: Microsoft.Windows.Design.Extensibility (Microsoft.Windows.Design.Extensibility.dll 内)
構文
'宣言
Public Sub New ( _
serviceType As Type _
)
public RequiresServiceAttribute(
Type serviceType
)
public:
RequiresServiceAttribute(
Type^ serviceType
)
new :
serviceType:Type -> RequiresServiceAttribute
public function RequiresServiceAttribute(
serviceType : Type
)
パラメーター
- serviceType
型: System.Type
そのクラスに必要なサービスの型。
解説
この属性は、そのクラスが、指定されたサービスに依存していること、およびそのサービスが使用可能になるまでインスタンス化されないことを示します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。