ITextTemplatingComponents.InputFile 属性
宿主用来报告错误的输入文件名
命名空间: Microsoft.VisualStudio.TextTemplating.VSHost
程序集: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0(在 Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll 中)
语法
声明
Property InputFile As String
string InputFile { get; set; }
property String^ InputFile {
String^ get ();
void set (String^ value);
}
abstract InputFile : string with get, set
function get InputFile () : String
function set InputFile (value : String)
属性值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。