共用方式為


IContentTypeRegistryService.GetContentType 方法

取得IContentType物件指定的型別名稱。

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

語法

'宣告
Function GetContentType ( _
    typeName As String _
) As IContentType
IContentType GetContentType(
    string typeName
)
IContentType^ GetContentType(
    String^ typeName
)
abstract GetContentType : 
        typeName:string -> IContentType
function GetContentType(
    typeName : String
) : IContentType

參數

  • typeName
    類型:String

    內容類型的名稱。 名稱比較不區分大小寫。

傳回值

類型:Microsoft.VisualStudio.Utilities.IContentType
內容類型而定,或nullnull 參考 (即 Visual Basic 中的 Nothing)如果沒有內容的型別。

.NET Framework 安全性

請參閱

參考

IContentTypeRegistryService 介面

Microsoft.VisualStudio.Utilities 命名空間