Sdílet prostřednictvím


DocData.Save – metoda (String, Int32, UInt32)

Uloží dokument.

Obor názvů:  Microsoft.VisualStudio.Modeling.Shell
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Deklarace
Public Function Save ( _
    fileName As String, _
    remember As Integer, _
    formatIndex As UInteger _
) As Integer
public int Save(
    string fileName,
    int remember,
    uint formatIndex
)

Parametry

  • remember
    Typ: System.Int32
    1 zachovat název souboru jako název dokumentu. jinak, 0.
  • formatIndex
    Typ: System.UInt32
    Aktuálně není implementována.

Vrácená hodnota

Typ: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, E_ABORT.

Implementuje

IPersistFileFormat.Save(String, Int32, UInt32)

Poznámky

Tato metoda provádí IPersistFileFormat rozhraní.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DocData Třída

Save – přetížení

Microsoft.VisualStudio.Modeling.Shell – obor názvů