DesignTimeResourceProviderFactoryAttribute コンストラクター

定義

DesignTimeResourceProviderFactoryAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

DesignTimeResourceProviderFactoryAttribute(String)

指定したファクトリ型の名前に設定された属性を使用して、DesignTimeResourceProviderFactoryAttribute クラスの新しいインスタンスを初期化します。

DesignTimeResourceProviderFactoryAttribute(Type)

指定したファクトリ型の修飾名に設定された属性を使用して、DesignTimeResourceProviderFactoryAttribute クラスの新しいインスタンスを初期化します。

DesignTimeResourceProviderFactoryAttribute(String)

指定したファクトリ型の名前に設定された属性を使用して、DesignTimeResourceProviderFactoryAttribute クラスの新しいインスタンスを初期化します。

public:
 DesignTimeResourceProviderFactoryAttribute(System::String ^ factoryTypeName);
public DesignTimeResourceProviderFactoryAttribute (string factoryTypeName);
new System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute : string -> System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute
Public Sub New (factoryTypeName As String)

パラメーター

factoryTypeName
String

リソース プロバイダーのファクトリ型の名前。

注釈

DesignTimeResourceProviderFactoryAttribute 属性が factoryTypeName に設定されています。

こちらもご覧ください

適用対象

DesignTimeResourceProviderFactoryAttribute(Type)

指定したファクトリ型の修飾名に設定された属性を使用して、DesignTimeResourceProviderFactoryAttribute クラスの新しいインスタンスを初期化します。

public:
 DesignTimeResourceProviderFactoryAttribute(Type ^ factoryType);
public DesignTimeResourceProviderFactoryAttribute (Type factoryType);
new System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute : Type -> System.Web.Compilation.DesignTimeResourceProviderFactoryAttribute
Public Sub New (factoryType As Type)

パラメーター

factoryType
Type

リソース プロバイダーのファクトリ型。

注釈

プロパティは FactoryTypeName 、 パラメーターの AssemblyQualifiedName プロパティ値に factoryType 設定されます。

こちらもご覧ください

適用対象