Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates an enumerator to iterate through the current advisory connections.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function EnumDAdvise ( _
<OutAttribute> ByRef ppenumAdvise As IEnumSTATDATA _
) As Integer Implements IDataObject.EnumDAdvise
'Usage
Dim instance As OleDataObject
Dim ppenumAdvise As IEnumSTATDATA
Dim returnValue As Integer
returnValue = CType(instance, IDataObject).EnumDAdvise(ppenumAdvise)
int IDataObject.EnumDAdvise(
out IEnumSTATDATA ppenumAdvise
)
private:
virtual int EnumDAdvise(
[OutAttribute] IEnumSTATDATA^% ppenumAdvise
) sealed = IDataObject::EnumDAdvise
private abstract EnumDAdvise :
ppenumAdvise:IEnumSTATDATA byref -> int
private override EnumDAdvise :
ppenumAdvise:IEnumSTATDATA byref -> int
JScript does not support explicit interface implementations.
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.
Implements
IDataObject.EnumDAdvise(IEnumSTATDATA%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.