OrchestratorOptionsAutomation.ShowWarningDialog プロパティ
true の場合は、テキスト変換が実行されるたびにセキュリティの警告ダイアログが表示されます。
名前空間: Microsoft.VisualStudio.TextTemplating.VSHost
アセンブリ: Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll 内)
構文
'宣言
Public Property ShowWarningDialog As Boolean
Get
Set
public bool ShowWarningDialog { get; set; }
public:
property bool ShowWarningDialog {
bool get ();
void set (bool value);
}
member ShowWarningDialog : bool with get, set
function get ShowWarningDialog () : boolean
function set ShowWarningDialog (value : boolean)
プロパティ値
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。