IVsIntellisenseProject::IsSupportedP2PReference Method (Object^)

 

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)

int IsSupportedP2PReference(
	Object^ pUnk
)

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.

Return to top
Show: