BaseCodeGenerator.InputFilePath プロパティ
入力ファイルのファイル パス。
名前空間: Microsoft.VisualStudio.TextTemplating.VSHost
アセンブリ: Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll 内)
構文
'宣言
Protected ReadOnly Property InputFilePath As String
Get
protected string InputFilePath { get; }
protected:
property String^ InputFilePath {
String^ get ();
}
member InputFilePath : string
function get InputFilePath () : String
プロパティ値
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。