指定されたパラメーターを使用して、ContributorArgumentConfiguration クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Data.Schema.Build
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Sub New ( _
name As String, _
value As String, _
condition As String _
)
public ContributorArgumentConfiguration(
string name,
string value,
string condition
)
public:
ContributorArgumentConfiguration(
String^ name,
String^ value,
String^ condition
)
new :
name:string *
value:string *
condition:string -> ContributorArgumentConfiguration
public function ContributorArgumentConfiguration(
name : String,
value : String,
condition : String
)
パラメーター
- name
型: System.String
引数の名前。
- value
型: System.String
引数の値。
- condition
型: System.String
引数の評価条件。
解説
条件の詳細については、MSDN (Microsoft Developer Network) で「MSBuild の条件」を検索します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
ContributorArgumentConfiguration クラス
ContributorArgumentConfiguration オーバーロード