通知容器使用当前处于属性节点文件中的属性值更新 TaskHost(数据库或服务器)。
命名空间: Microsoft.VisualStudio.Data.Schema.Package.Project
程序集: Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
Sub ProcessPropertyFile ( _
node As IDatabaseFileNode _
)
void ProcessPropertyFile(
IDatabaseFileNode node
)
void ProcessPropertyFile(
IDatabaseFileNode^ node
)
abstract ProcessPropertyFile :
node:IDatabaseFileNode -> unit
function ProcessPropertyFile(
node : IDatabaseFileNode
)
参数
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。