IClassificationType 介面
文字延伸的邏輯分類型別。
命名空間: Microsoft.VisualStudio.Text.Classification
組件: Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)
語法
'宣告
Public Interface IClassificationType
public interface IClassificationType
public interface class IClassificationType
type IClassificationType = interface end
public interface IClassificationType
IClassificationType 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
BaseTypes | 取得目前的 IClassificationType 從中衍生的分類型別。 | |
Classification | 取得分類型別的名稱。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
IsOfType | 判斷目前的 IClassificationType 是否衍生自名為 type 的分類型別。 |
回頁首
備註
所有的類別型別會識別唯一的名稱。
IClassificationTypeRegistryService可能會傳回IClassificationType從這個唯一的名稱,以允許用戶端存取的其他資訊的物件。
分類類型可以多重繼承,透過堆疊每列ClassificationTypeAttribute屬性。
多個分類的詳細資訊,請參閱 「 擴充分類類型和分類格式 」 一節,在編輯器的擴充點。