IVsIntellisenseProject.RemoveP2PReference(Object) Method

Definition

Removes a reference to an object over a peer-to-peer network.

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

Parameters

pUnk
Object

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

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to