OpenDocumentOptions.LogicalView 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 a kind of logical document view to open.
public:
property Nullable<Microsoft::VisualStudio::RpcContracts::OpenDocument::LogicalViewKind> LogicalView { Nullable<Microsoft::VisualStudio::RpcContracts::OpenDocument::LogicalViewKind> get(); };
[System.Runtime.Serialization.DataMember(Order=5)]
public Microsoft.VisualStudio.RpcContracts.OpenDocument.LogicalViewKind? LogicalView { get; }
[<System.Runtime.Serialization.DataMember(Order=5)>]
member this.LogicalView : Nullable<Microsoft.VisualStudio.RpcContracts.OpenDocument.LogicalViewKind>
Public ReadOnly Property LogicalView As Nullable(Of LogicalViewKind)
Property Value
- Attributes