OpenDocumentOptions.DocumentWindowCaptionKind 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 the kind of the document window caption.
public:
property Nullable<Microsoft::VisualStudio::RpcContracts::OpenDocument::DocumentWindowCaptionKind> DocumentWindowCaptionKind { Nullable<Microsoft::VisualStudio::RpcContracts::OpenDocument::DocumentWindowCaptionKind> get(); };
[System.Runtime.Serialization.DataMember(Order=8)]
public Microsoft.VisualStudio.RpcContracts.OpenDocument.DocumentWindowCaptionKind? DocumentWindowCaptionKind { get; }
[<System.Runtime.Serialization.DataMember(Order=8)>]
member this.DocumentWindowCaptionKind : Nullable<Microsoft.VisualStudio.RpcContracts.OpenDocument.DocumentWindowCaptionKind>
Public ReadOnly Property DocumentWindowCaptionKind As Nullable(Of DocumentWindowCaptionKind)
Property Value
- Attributes