IVsIntellisenseProject.IsSupportedP2PReference(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.