次の方法で共有


BuildProvider.Type プロパティ

定義

使用する BuildProvider インスタンスを示す、クラスとアセンブリのコンマ区切りの組み合わせを取得または設定します。

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Type : string with get, set
Public Property Type As String

プロパティ値

String

使用する BuildProvider インスタンスを示す、クラスとアセンブリのコンマ区切りの組み合わせ。

属性

適用対象