IVsIntellisenseProject.IsSupportedP2PReference(Object) Method

Definition

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

public:
 int IsSupportedP2PReference(System::Object ^ pUnk);
public:
 int IsSupportedP2PReference(Platform::Object ^ pUnk);
int IsSupportedP2PReference(winrt::Windows::Foundation::IInspectable const & pUnk);
public int IsSupportedP2PReference (object pUnk);
abstract member IsSupportedP2PReference : obj -> int
Public Function IsSupportedP2PReference (pUnk As Object) As Integer

Parameters

pUnk
Object

[in] Pointer to the IUnknown interface of the referenced object.

Returns

Returns S_OK if the object can be referenced.

Applies to