共用方式為


IContentTypeRegistryService.ContentTypes 屬性

取得所有內容類型的列舉,包括 "unknown" 內容類型。

命名空間:  Microsoft.VisualStudio.Utilities
組件:  Microsoft.VisualStudio.CoreUtility (在 Microsoft.VisualStudio.CoreUtility.dll 中)

語法

'宣告
ReadOnly Property ContentTypes As IEnumerable(Of IContentType)
IEnumerable<IContentType> ContentTypes { get; }
property IEnumerable<IContentType^>^ ContentTypes {
    IEnumerable<IContentType^>^ get ();
}
abstract ContentTypes : IEnumerable<IContentType> with get
function get ContentTypes () : IEnumerable<IContentType>

屬性值

類型:IEnumerable<IContentType>
內容類型。

.NET Framework 安全性

請參閱

參考

IContentTypeRegistryService 介面

Microsoft.VisualStudio.Utilities 命名空間