CodeDelegate2 接口
表示源代码中的委托。
命名空间: EnvDTE80
程序集: EnvDTE80(在 EnvDTE80.dll 中)
语法
声明
<GuidAttribute("3B1B24EF-DD8E-4C98-8799-4EFAC80080E9")> _
Public Interface CodeDelegate2 _
Inherits CodeDelegate
[GuidAttribute("3B1B24EF-DD8E-4C98-8799-4EFAC80080E9")]
public interface CodeDelegate2 : CodeDelegate
[GuidAttribute(L"3B1B24EF-DD8E-4C98-8799-4EFAC80080E9")]
public interface class CodeDelegate2 : CodeDelegate
[<GuidAttribute("3B1B24EF-DD8E-4C98-8799-4EFAC80080E9")>]
type CodeDelegate2 =
interface
interface CodeDelegate
end
public interface CodeDelegate2 extends CodeDelegate
CodeDelegate2 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Access | (继承自 CodeDelegate。) | |
Access | 设置并获取指定代码委托的访问特性。 | |
Attributes | (继承自 CodeDelegate。) | |
Attributes | 获取委托的所有特性的集合。 | |
BaseClass | (继承自 CodeDelegate。) | |
BaseClass | 获取此 CodeDelegate2 对象派生自的类。 | |
Bases | (继承自 CodeDelegate。) | |
Bases | 获取此项派生自的类的集合。 | |
Children | (继承自 CodeDelegate。) | |
Children | 获取此 CodeDelegate2 中包含的对象的集合。 | |
Collection | (继承自 CodeDelegate。) | |
Collection | 获取包含支持此属性的 CodeDelegate2 对象的集合。 | |
Comment | (继承自 CodeDelegate。) | |
Comment | 设置并获取与 CodeDelegate2 关联的注释。 | |
DerivedTypes | (继承自 CodeDelegate。) | |
DerivedTypes | 获取从 CodeDelegate2 对象派生的对象的集合。目前未在任何 Visual Studio 语言中实现。 | |
DocComment | (继承自 CodeDelegate。) | |
DocComment | 设置并获取 CodeDelegate 元素的文档注释。 | |
DTE | (继承自 CodeDelegate。) | |
DTE | 获取该委托的父对象,即 CodeElement2 对象。 | |
EndPoint | (继承自 CodeDelegate。) | |
EndPoint | 获取表示委托结束位置的文本点。 | |
Extender[String] | (继承自 CodeDelegate。) | |
Extender[String] | 返回请求的该委托的 Extender。未在 Visual C# 中实现。 | |
ExtenderCATID | (继承自 CodeDelegate。) | |
ExtenderCATID | 获取 CodeDelegate 对象的扩展程序类别 ID (CATID)。未在 Visual C# 中实现。 | |
ExtenderNames | (继承自 CodeDelegate。) | |
ExtenderNames | 获取委托的可用扩展程序的列表。未在 Visual C# 中实现。 | |
FullName | (继承自 CodeDelegate。) | |
FullName | 获取委托文件的完整路径和名称。 | |
InfoLocation | (继承自 CodeDelegate。) | |
InfoLocation | 获取委托的代码模型的功能。 | |
IsCodeType | (继承自 CodeDelegate。) | |
IsCodeType | 获取是否可以从此委托中获取 CodeType 对象。 | |
IsDerivedFrom[String] | (继承自 CodeDelegate。) | |
IsDerivedFrom[String] | 指示 CodeDelegate2 对象是否以另一个对象作为基。 | |
IsGeneric | 获取委托是否为泛型。 | |
Kind | (继承自 CodeDelegate。) | |
Kind | 获取一个枚举,该枚举定义对象的类型。 | |
Language | (继承自 CodeDelegate。) | |
Language | 获取用于创作委托的编程语言。 | |
Members | (继承自 CodeDelegate。) | |
Members | 获取该 CodeDelegate2 元素包含的项的集合。未在 Visual Basic 中实现。 | |
Name | (继承自 CodeDelegate。) | |
Name | 设置并获取 CodeDelegate2 对象的名称。 | |
Namespace | (继承自 CodeDelegate。) | |
Namespace | 获取一个对象,该对象定义委托的父命名空间。 | |
Parameters | (继承自 CodeDelegate。) | |
Parameters | 获取该 CodeDelegate2 的参数集合。 | |
Parent | (继承自 CodeDelegate。) | |
Parent | 获取 CodeDelegate2 对象的直接父对象。 | |
ProjectItem | (继承自 CodeDelegate。) | |
ProjectItem | 获取与该 CodeDelegate2 对象关联的 ProjectItem 对象。 | |
Prototype[Int32] | (继承自 CodeDelegate。) | |
Prototype[Int32] | 返回一个字符串,该字符串包含此委托的存根 (stub) 定义。 | |
StartPoint | (继承自 CodeDelegate。) | |
StartPoint | 获取一个 TextPoint 对象,该对象定义委托的开始位置。 | |
Type | (继承自 CodeDelegate。) | |
Type | 设置或获取表示委托的编程类型的对象。 |
页首
方法
名称 | 说明 | |
---|---|---|
AddAttribute(String, String, Object) | (继承自 CodeDelegate。) | |
AddAttribute(String, String, Object) | 创建新的特性代码构造,并将代码插入正确的位置。 | |
AddBase(Object, Object) | (继承自 CodeDelegate。) | |
AddBase(Object, Object) | 将某项继添加到继承委托的列表中。此方法未在 Visual Basic 中实现。 | |
AddParameter(String, Object, Object) | (继承自 CodeDelegate。) | |
AddParameter(String, Object, Object) | 为委托创建新的参数,并将代码插入正确的位置。 | |
GetEndPoint(vsCMPart) | (继承自 CodeDelegate。) | |
GetEndPoint(vsCMPart) | 返回一个 TextPoint 对象,该对象标记委托定义的结束位置。 | |
GetStartPoint(vsCMPart) | (继承自 CodeDelegate。) | |
GetStartPoint(vsCMPart) | 返回一个 TextPoint 对象,该对象定义委托定义的开始位置。 | |
RemoveBase(Object) | (继承自 CodeDelegate。) | |
RemoveBase(Object) | 从基列表中移除该委托。此方法未在 Visual Basic 中实现。 | |
RemoveMember(Object) | (继承自 CodeDelegate。) | |
RemoveMember(Object) | 从委托中移除成员。 | |
RemoveParameter(Object) | (继承自 CodeDelegate。) | |
RemoveParameter(Object) | 从委托的参数列表中移除一个参数。 |
页首
备注
此对象派生自 CodeDelegate。
备注
在进行某些类型的编辑之后,代码模型元素(如类、结构、函数、特性、委托等)的值可能是非确定性的,这意味着不能指望它们的值总是保持不变。有关更多信息,请参见 使用代码模型查找代码 (Visual Basic) 中的“代码模型元素的值可能会更改”一节。
示例
[VisualBasic]
Sub codeDelegateExample(ByVal dte As DTE2)
' Before running this example, open a code document from a project
' and place the insertion point inside a variable definition.
Try
' Retrieve the CodeVariable at the insertion point.
Dim sel As TextSelection = _
CType(dte.ActiveDocument.Selection, TextSelection)
Dim del As CodeDelegate2 = _
CType(sel.ActivePoint.CodeElement( _
vsCMElement.vsCMElementVariable), CodeDelegate2)
' Display the base class name of the delegate.
MsgBox("Delegate's base class name: " & del.BaseClass.Name)
Catch ex As Exception
MsgBox(ex.Message)
End Try
End Sub
公共 void codeDelegateExample (DTE2 dte)
[C#]
{
// Before running this example, open a code document from a
// project and place the insertion point inside a delegate
// declaration.
try
{
TextSelection objTextSel;
CodeDelegate objCodeDel;
CodeElement objCodeElem;
objTextSel = (TextSelection)dte.ActiveDocument.Selection;
objCodeDel =
(CodeDelegate)objTextSel.ActivePoint.
get_CodeElement(vsCMElement.vsCMElementDelegate);
// Display the fullname of the CodeDelegate object.
MessageBox.Show(objCodeDel.FullName);
// Prove that the parent object of a CodeClass is a CodeElement.
objCodeElem = (CodeElement)objCodeDel.Parent;
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
}