IDirectiveProcessor.RequiresProcessingRunIsHostSpecific 属性
允许一个方向性处理器指定它需要特定于主机的运行。
命名空间: Microsoft.VisualStudio.TextTemplating
程序集: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0(在 Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll 中)
语法
声明
ReadOnly Property RequiresProcessingRunIsHostSpecific As Boolean
bool RequiresProcessingRunIsHostSpecific { get; }
property bool RequiresProcessingRunIsHostSpecific {
bool get ();
}
abstract RequiresProcessingRunIsHostSpecific : bool
function get RequiresProcessingRunIsHostSpecific () : boolean
属性值
类型:System.Boolean
返回 Boolean。
备注
如果在运行的任何指令处理器将此为true,引擎将使整个运行宿主特定。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。