IVsPersistSolutionProps.WriteSolutionProps – metoda (IVsHierarchy, String, IPropertyBag)
Vlastnosti řešení se zapíše do souboru .sln.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int WriteSolutionProps(
IVsHierarchy pHierarchy,
string pszKey,
IPropertyBag pPropBag
)
int WriteSolutionProps(
IVsHierarchy^ pHierarchy,
String^ pszKey,
IPropertyBag^ pPropBag
)
abstract WriteSolutionProps :
pHierarchy:IVsHierarchy *
pszKey:string *
pPropBag:IPropertyBag -> int
Function WriteSolutionProps (
pHierarchy As IVsHierarchy,
pszKey As String,
pPropBag As IPropertyBag
) As Integer
Parametry
- pHierarchy
[v] Ukazatel IVsHierarchy rozhraní.
- pszKey
[v] Název sady vlastností balíku vlastností.
- pPropBag
[v] Ukazatel IPropertyBag rozhraní jsou zapsány páry název hodnota vlastnosti.
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 vsshell.idl:
HRESULT IVsPersistSolutionProps::WriteSolutionProps(
[in] IVsHierarchy *pHierarchy,
[in] LPCOLESTR pszKey,
[in] IPropertyBag *pPropBag
);
Viz také
IVsPersistSolutionProps – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek