Partilhar via


Método IDiscoveryResult.GetRawXml (String)

 

Publicado: junho de 2016

Retorna o XML do documento especificado em DiscoverUrl.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

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

Parâmetros

  • pbstrXML
    Type: System.String

    [out] Ponteiro para uma cadeia de caracteres que contém o XML.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retornará S_OK. Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De discoveryservice.idl:

HRESULT IDiscoveryResult::GetRawXml(
   [out, retval] BSTR *pbstrXml
);

Consulte também

Interface IDiscoveryResult
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo