OleDataObject::IDataObject::EnumDAdvise Method (IEnumSTATDATA^)

 

Creates an enumerator to iterate through the current advisory connections.

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

private:
virtual int EnumDAdvise(
	[OutAttribute] IEnumSTATDATA^% ppenumAdvise
) sealed = IDataObject::EnumDAdvise

Parameters

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

Address of IEnumSTATDATA* pointer variable that receives the interface pointer to the new enumerator object. If the implementation sets *ppenumAdvise to NULL, there are no connections to advise sinks at this time.

Return Value

Type: System::Int32

If the method succeeded, S_OK, otherwise an error code.

Return to top
Show: