IVsFileChangeEx.AdviseDirChange 方法
使客户端收到更改的通知内容。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Function AdviseDirChange ( _
pszDir As String, _
fWatchSubDir As Integer, _
pFCE As IVsFileChangeEvents, _
<OutAttribute> ByRef pvsCookie As UInteger _
) As Integer
int AdviseDirChange(
string pszDir,
int fWatchSubDir,
IVsFileChangeEvents pFCE,
out uint pvsCookie
)
参数
- pszDir
类型:System.String
[in] 字符串内容的标记标识符形式对项目系统的。
- fWatchSubDir
类型:System.Int32
[in] 如果 true,事件应为子目录的更改或然后将激发。如果 false,操作不应为子目录的更改然后将激发。
- pFCE
类型:Microsoft.VisualStudio.Shell.Interop.IVsFileChangeEvents
[in] 在请求的对象 IVsFileChangeEvents 接口文件中更改事件的通知。
- pvsCookie
类型:System.UInt32%
[out] 与事件接收器的文件的唯一标识符。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 vsshell.idl:
HRESULT IVsFileChangeEx::AdviseDirChange(
[in] LPCOLESTR pszDir,
[in] BOOL fWatchSubDir,
[in] IVsFileChangeEvents *pFCE,
[out] VSCOOKIE *pvsCookie
);
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。