SettableOleDataObject::EnumDAdvise Method (IEnumSTATDATA^)

 

Gets an object that can be used to enumerate advise connections.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual int EnumDAdvise(
	[OutAttribute] IEnumSTATDATA^% ppenumAdvise
) sealed

Parameters

ppenumAdvise
Type: Microsoft.VisualStudio.OLE.Interop::IEnumSTATDATA^

[out] The interface that allows you to enumerate advise connections.

Return Value

Type: System::Int32

If the method succeeds, F:Microsoft.VisualStudio.VSConstants.S_OK; otherwise, an error code.

Return to top
Show: