Partilhar via


Método IVsIntellisenseProject.IsSupportedP2PReference (Object)

 

Indica se ou não uma referência a um objeto de rede peer-to-peer é aceita.

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

Sintaxe

int IsSupportedP2PReference(
    object pUnk
)
int IsSupportedP2PReference(
    Object^ pUnk
)
abstract IsSupportedP2PReference : 
        pUnk:Object -> int
Function IsSupportedP2PReference (
    pUnk As Object
) As Integer

Parâmetros

  • pUnk
    [in] Ponteiro para o IUnknown interface do objeto referenciado.

Valor de retorno

Type: System.Int32

Retorna S_OK se o objeto pode ser referenciado.

Consulte também

Interface IVsIntellisenseProject
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo