IViewObject.Draw, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub Draw ( _
dwDrawAspect As UInteger, _
lindex As Integer, _
pvAspect As UInteger, _
ptd As DVTARGETDEVICE(), _
hdcTargetDev As UInteger, _
hdcDraw As UInteger, _
lprcBounds As RECTL(), _
lprcWBounds As RECTL(), _
pContinue As IContinue _
)
void Draw(
uint dwDrawAspect,
int lindex,
uint pvAspect,
DVTARGETDEVICE[] ptd,
uint hdcTargetDev,
uint hdcDraw,
RECTL[] lprcBounds,
RECTL[] lprcWBounds,
IContinue pContinue
)
Paramètres
- dwDrawAspect
Type : System.UInt32
- lindex
Type : System.Int32
- pvAspect
Type : System.UInt32
- ptd
Type : array<Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[]
- hdcTargetDev
Type : System.UInt32
- hdcDraw
Type : System.UInt32
- lprcBounds
Type : array<Microsoft.VisualStudio.OLE.Interop.RECTL[]
- lprcWBounds
Type : array<Microsoft.VisualStudio.OLE.Interop.RECTL[]
- pContinue
Type : Microsoft.VisualStudio.OLE.Interop.IContinue
Remarques
Pour les informations sur l'interface COM, consultez l'IViewObject::Draw
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.