OpenDocumentOptions.EnsureVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets range of document text to be made visible on document open.
public:
property Nullable<Microsoft::VisualStudio::RpcContracts::Utilities::Range> EnsureVisible { Nullable<Microsoft::VisualStudio::RpcContracts::Utilities::Range> get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public Microsoft.VisualStudio.RpcContracts.Utilities.Range? EnsureVisible { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.EnsureVisible : Nullable<Microsoft.VisualStudio.RpcContracts.Utilities.Range>
Public ReadOnly Property EnsureVisible As Nullable(Of Range)
Property Value
- Attributes