Share via


DocumentTypeConfiguration.BaseDocumentType Property

Definition

Gets or sets base this document type inherits from.

public Microsoft.VisualStudio.Extensibility.Editor.DocumentType? BaseDocumentType { get; set; }
member this.BaseDocumentType : Nullable<Microsoft.VisualStudio.Extensibility.Editor.DocumentType> with get, set
Public Property BaseDocumentType As Nullable(Of DocumentType)

Property Value

Applies to