CodeDelegate 介面
表示原始程式碼中委派的物件。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
<GuidAttribute("B1F42513-91CD-4D3A-8B25-A317D8032B24")> _
Public Interface CodeDelegate
[GuidAttribute("B1F42513-91CD-4D3A-8B25-A317D8032B24")]
public interface CodeDelegate
[GuidAttribute(L"B1F42513-91CD-4D3A-8B25-A317D8032B24")]
public interface class CodeDelegate
[<GuidAttribute("B1F42513-91CD-4D3A-8B25-A317D8032B24")>]
type CodeDelegate = interface end
public interface CodeDelegate
CodeDelegate 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Access | 設定或取得此委派的存取屬性 (Attribute)。 | |
Attributes | 取得委派所有屬性 (Attribute) 的集合。 | |
BaseClass | 取得此 CodeDelegate 物件據以衍生的類別。 | |
Bases | 取得衍生出此委派的類別集合。 | |
Children | 取得包含在 CodeDelegate 之中的物件集合。 | |
Collection | 傳回包含支援這項屬性 (Property) 之 CodeDelegate 物件的集合。 | |
Comment | 取得或設定與 CodeDelegate 相關聯的註解。 | |
DerivedTypes | 取得從 CodeDelegate 物件衍生的物件集合。尚未在 Visual C# 中進行實作。 | |
DocComment | 設定或取得 CodeDelegate 項目的文件註解。 | |
DTE | 取得最上層的擴充性物件。 | |
EndPoint | 取得位於委派尾端的文字位置。 | |
Extender | 傳回委派所要求的擴充項物件。尚未在 Visual C# 中進行實作。 | |
ExtenderCATID | 取得 CodeDelegate 物件的擴充項分類 ID (CATID)。尚未在 Visual C# 中進行實作。 | |
ExtenderNames | 取得委派的可用擴充項清單。尚未在 Visual C# 中進行實作。 | |
FullName | 取得委派檔案的完整路徑和名稱。 | |
InfoLocation | 取得委派的程式碼模型功能。 | |
IsCodeType | 指出是否可自此委派取得 CodeType 物件。 | |
IsDerivedFrom | 指出 CodeDelegate 物件是否具有另一個物件做為基底。 | |
Kind | 取得列舉型別,定義物件的型別。 | |
Language | 取得用來撰寫程式碼的程式語言。 | |
Members | 取得此 CodeDelegate 元素所包含的項目集合。 | |
Name | 設定或取得 CodeDelegate 物件的名稱。 | |
Namespace | 取得定義委派之父命名空間的物件。 | |
Parameters | 取得此 CodeDelegate 的參數集合。 | |
Parent | 取得 CodeDelegate 物件的直屬父物件。 | |
ProjectItem | 取得與這個 CodeDelegate 物件關聯的 ProjectItem 物件。 | |
Prototype | 傳回具有此委派之 Stub 定義的字串。 | |
StartPoint | 取得 TextPoint 物件,此物件定義委派的開頭。 | |
Type | 設定或取得物件,表示委派的程式設計型別。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
AddAttribute | 建立新的屬性程式碼建構,並在正確位置插入程式碼。 | |
AddBase | 將項目加入至繼承之物件的清單中。 | |
AddParameter | 建立委派的新參數,並在正確位置插入程式碼。 | |
GetEndPoint | 傳回 TextPoint 物件,此物件會標示委派定義尾端。 | |
GetStartPoint | 傳回 TextPoint 物件,此物件會定義委派定義開頭。 | |
RemoveBase | 從基底清單中移除物件。 | |
RemoveMember | 從委派中移除成員。 | |
RemoveParameter | 從委派的引數清單中移除參數。 |
回頁首
備註
注意事項 |
---|
在特定類型的編輯之後,程式碼模型項目 (例如類別、結構、函式、屬性、委派等) 的值可能不具決定性,表示其值不一定維持相同。如需詳細資訊,請參閱使用程式碼模型探索程式碼 (Visual Basic) 的<程式碼模型項目值可以變更>一節。 |