IDiagram.EnsureVisible – metoda
Obor názvů: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Sestavení: Microsoft.VisualStudio.ArchitectureTools.Extensibility (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntaxe
'Deklarace
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
)
Parametry
- shapes
Typ: IEnumerable<IShape>
- zoomToFit
Typ: Boolean
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation – obor názvů