IViewObject2.GetExtent, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub GetExtent ( _
dwDrawAspect As UInteger, _
lindex As Integer, _
ptd As DVTARGETDEVICE(), _
<OutAttribute> LPSIZEL As SIZEL() _
)
void GetExtent(
uint dwDrawAspect,
int lindex,
DVTARGETDEVICE[] ptd,
SIZEL[] LPSIZEL
)
Paramètres
- dwDrawAspect
Type : System.UInt32
- lindex
Type : System.Int32
- ptd
Type : array<Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[]
- LPSIZEL
Type : array<Microsoft.VisualStudio.OLE.Interop.SIZEL[]
Remarques
Pour les informations sur l'interface COM, consultez l'IViewObject2::GetExtent
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.