DocData.ResumeFileChangeNotification Method

Resumes the distribution of document-change notifications for the document.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Protected Sub ResumeFileChangeNotification ( _
    fileName As String _
)
'使用
Dim fileName As String

Me.ResumeFileChangeNotification(fileName)
protected void ResumeFileChangeNotification(
    string fileName
)
protected:
void ResumeFileChangeNotification(
    String^ fileName
)
protected function ResumeFileChangeNotification(
    fileName : String
)

Parameters

Permissions

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace