DocData.FilesChanged 方法
告知用戶端,一份或多份文件已變更。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Public Function FilesChanged ( _
count As UInteger, _
files As String(), _
changes As UInteger() _
) As Integer
public int FilesChanged(
uint count,
string[] files,
uint[] changes
)
參數
- count
類型:System.UInt32
已變更的文件數目。
- files
類型:array<System.String[]
變更之文件的清單。
- changes
類型:array<System.UInt32[]
每份文件的變更清單。
傳回值
類型:System.Int32
如果此方法成功則為 S_OK,否則它會傳回錯誤碼。
實作
IVsFileChangeEvents.FilesChanged(UInt32, array<String[], array<UInt32[])
備註
這個方法實作 IVsFileChangeEvents 介面。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。