Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Sub EnsureVisible ( _
shapes As IEnumerable(Of IShape), _
zoomToFit As Boolean _
)
void EnsureVisible(
IEnumerable<IShape> shapes,
bool zoomToFit
)
void EnsureVisible(
IEnumerable<IShape^>^ shapes,
bool zoomToFit
)
abstract EnsureVisible :
shapes:IEnumerable<IShape> *
zoomToFit:bool -> unit
function EnsureVisible(
shapes : IEnumerable<IShape>,
zoomToFit : boolean
)
Parameters
- shapes
Type: System.Collections.Generic.IEnumerable<IShape>
- zoomToFit
Type: System.Boolean
.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.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace