IPersistXMLFragment.InitNew – metoda (Guid, UInt32)
Inicializuje vlastnosti rozšíření projektu a další data sestavení nezávislé.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntaxe
int InitNew(
[InAttribute] ref Guid guidFlavor,
uint storage
)
int InitNew(
[InAttribute] Guid% guidFlavor,
unsigned int storage
)
abstract InitNew :
guidFlavor:Guid byref *
storage:uint32 -> int
Function InitNew (
<InAttribute> ByRef guidFlavor As Guid,
storage As UInteger
) As Integer
Parametry
- guidFlavor
[v] Určuje identifikátor GUID podtyp projektu.
- storage
[v] Určuje typ úložiště pro trvalý soubory.Hodnoty jsou převzaty z _PersistStorageType výčtu.Typ souboru je soubor projektu (.vsproj nebo .vbproj) nebo uživatel soubor (. vsproj.user nebo. vbproj.user).
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell80.idl:
HRESULT IPersistXMLFragment::InitNew(
[in] REFGUID guidFlavor,
[in] PersistStorageType storage
);
Viz také
IPersistXMLFragment – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek