Свойство IVsDocumentPreviewer.Type
Опубликовано: Октябрь 2016
Возвращает тип просмотра членом __DOCUMENTPREVIEWERTYPE (внутренний, система, определяемых пользователем, или пакет, зарегистрированный).
Пространство имен: Microsoft.VisualStudio.Shell.Interop
Сборка: Microsoft.VisualStudio.Shell.Interop.11.0 (в Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Синтаксис
[DispIdAttribute(1610678276)]
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.DOCUMENTPREVIEWERTYPE")]
uint Type { get; }
[DispIdAttribute(1610678276)]
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.DOCUMENTPREVIEWERTYPE")]
property unsigned int Type {
unsigned int get();
}
[<DispIdAttribute(1610678276)>]
[<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.DOCUMENTPREVIEWERTYPE")>]
abstract Type : uint32 with get
<DispIdAttribute(1610678276)>
<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.DOCUMENTPREVIEWERTYPE")>
ReadOnly Property Type As UInteger
Значение свойства
Type: System.UInt32
См. также
Интерфейс IVsDocumentPreviewer
Пространство имен Microsoft.VisualStudio.Shell.Interop
Вернуться в начало