Freigeben über


SubordinateDocData.IsDocDataDirty-Methode

Standardmäßig gilt das untergeordnete Dokument als geändert, wenn das übergeordnete Element geändert wird.

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

Syntax

'Declaration
Public Overrides Function IsDocDataDirty ( _
    <OutAttribute> ByRef isDirty As Integer _
) As Integer
public override int IsDocDataDirty(
    out int isDirty
)

Parameter

Rückgabewert

Typ: System.Int32

Implementiert

IVsPersistDocData2.IsDocDataDirty(Int32%)
IVsPersistDocData.IsDocDataDirty(Int32%)

.NET Framework-Sicherheit

Siehe auch

Referenz

SubordinateDocData Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace