Partilhar via


Método IDSRefConsumer.GetVersion

Retorna a versão da árvore de DSRef.

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

Sintaxe

'Declaração
Function GetVersion As UInteger
uint GetVersion()
unsigned int GetVersion()
abstract GetVersion : unit -> uint32 
function GetVersion() : uint

Valor de retorno

Tipo: System.UInt32
Retorna se NOERROR com êxito.Caso contrário, retorna um código não especificado de falha.

Comentários

Números de versão deDSRef são embutidas em código e não podem ser alterados.

Exemplos

IDSRefConsumer* m_srpCurrentDSRef;
WORD version;
m_srpCurrentDSRef->GetVersion(&version);

Segurança do .NET Framework

Consulte também

Referência

IDSRefConsumer Interface

Namespace Microsoft.VisualStudio.Data.Interop