IVsIntellisenseProject.IsSupportedP2PReference Method

Indicates whether or not a peer-to-peer network reference to an object is supported.

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

Syntax

'Declaration
Function IsSupportedP2PReference ( _
    pUnk As Object _
) As Integer
int IsSupportedP2PReference(
    Object pUnk
)
int IsSupportedP2PReference(
    [InAttribute] Object^ pUnk
)
abstract IsSupportedP2PReference : 
        pUnk:Object -> int 
function IsSupportedP2PReference(
    pUnk : Object
) : int

Parameters

  • pUnk
    Type: System.Object
    [in] Pointer to the IUnknown interface of the referenced object.

Return Value

Type: System.Int32
Returns S_OK if the object can be referenced.

.NET Framework Security

See Also

Reference

IVsIntellisenseProject Interface

Microsoft.VisualStudio.Shell.Interop Namespace