IVsDataViewDocumentProvider2 Interface
Provides the ability to check the state of or save the document in the Visual Studio Server Explorer.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IVsDataViewDocumentProvider2
[CLSCompliantAttribute(false)]
public interface IVsDataViewDocumentProvider2
[CLSCompliantAttribute(false)]
public interface class IVsDataViewDocumentProvider2
[<CLSCompliantAttribute(false)>]
type IVsDataViewDocumentProvider2 = interface end
public interface IVsDataViewDocumentProvider2
The IVsDataViewDocumentProvider2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsDirty | When implemented by a class, indicates whether the specified document has data that is modified and is not saved yet. | |
Save | When implemented by a class, saves the specified document. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace