Sdílet prostřednictvím


IVsSettingsReader.ReadSettingXmlAsString – metoda (String, String)

 

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntaxe

int ReadSettingXmlAsString(
    string pszSettingName,
    out string pbstrXML
)
int ReadSettingXmlAsString(
    String^ pszSettingName,
    [OutAttribute] String^% pbstrXML
)
abstract ReadSettingXmlAsString : 
        pszSettingName:string *
        pbstrXML:string byref -> int
Function ReadSettingXmlAsString (
    pszSettingName As String,
    <OutAttribute> ByRef pbstrXML As String
) As Integer

Parametry

  • pszSettingName
     
  • pbstrXML
     

Vrácená hodnota

Type: System.Int32

Viz také

IVsSettingsReader – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek