OpenDocumentOptions.Selection 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 selected on document open.
public:
property Nullable<Microsoft::VisualStudio::RpcContracts::Utilities::Range> Selection { Nullable<Microsoft::VisualStudio::RpcContracts::Utilities::Range> get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public Microsoft.VisualStudio.RpcContracts.Utilities.Range? Selection { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.Selection : Nullable<Microsoft.VisualStudio.RpcContracts.Utilities.Range>
Public ReadOnly Property Selection As Nullable(Of Range)
Property Value
- Attributes