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 | 지정된 코드 대리자의 액세스 특성을 설정하고 가져옵니다. | |
Attributes | 대리자에 대한 모든 특성의 컬렉션을 가져옵니다. | |
BaseClass | 이 CodeDelegate2 개체가 파생된 클래스를 가져옵니다. | |
Bases | 이 항목이 파생되는 클래스의 컬렉션을 가져옵니다. | |
Children | 이 CodeDelegate2에 포함된 개체의 컬렉션을 가져옵니다. | |
Collection | 이 속성을 지원하는 CodeDelegate2 개체가 포함된 컬렉션을 가져옵니다. | |
Comment | CodeDelegate2 와 관련된 주석을 설정하고 가져옵니다. | |
DerivedTypes | CodeDelegate2 개체에서 파생되는 개체의 컬렉션을 가져옵니다.현재는 어떠한 Visual Studio 언어에서도 구현되지 않습니다. | |
DocComment | CodeDelegate 요소에 대한 문서 주석을 설정하고 가져옵니다. | |
DTE | 대리자의 부모 개체인 CodeElement2 개체를 가져옵니다. | |
EndPoint | 대리자의 끝 위치가 되는 텍스트 지점을 가져옵니다. | |
Extender | 대리자에 대해 요청한 Extender를 반환합니다.Visual C#에는 구현되어 있지 않습니다. | |
ExtenderCATID | CodeDelegate 개체의 Extender CATID(범주 ID)를 가져옵니다.Visual C#에는 구현되어 있지 않습니다. | |
ExtenderNames | 대리자에 대해 사용할 수 있는 Extender의 목록을 가져옵니다.Visual C#에는 구현되어 있지 않습니다. | |
FullName | 대리자 파일의 전체 경로와 이름을 가져옵니다. | |
InfoLocation | 대리자에 대한 코드 모델 기능을 가져옵니다. | |
IsCodeType | 이 대리자로부터 CodeType 개체를 얻을 수 있는지 여부를 가져옵니다. | |
IsDerivedFrom | CodeDelegate2 개체에 다른 개체가 기본으로 사용되는지 여부를 나타냅니다. | |
IsGeneric | 대리자가 제네릭인지 여부를 나타내는 값을 가져옵니다. | |
Kind | 개체 형식을 정의하는 열거형을 가져옵니다. | |
Language | 대리자를 작성하는 데 사용되는 프로그래밍 언어를 가져옵니다. | |
Members | 이 CodeDelegate2 열거형에 포함된 항목의 컬렉션을 가져옵니다.Visual Basic에서는 구현되지 않았습니다. | |
Name | CodeDelegate2 개체의 이름을 설정하고 가져옵니다. | |
Namespace | 대리자의 부모 네임스페이스를 정의하는 개체를 가져옵니다. | |
Parameters | 이 CodeDelegate2에 대한 매개 변수의 컬렉션을 가져옵니다. | |
Parent | CodeDelegate2 개체의 직계 부모를 가져옵니다. | |
ProjectItem | CodeDelegate2 개체와 관련된 ProjectItem 개체를 가져옵니다. | |
Prototype | 이 대리자의 스텁 정의가 들어 있는 문자열을 반환합니다. | |
StartPoint | 대리자의 시작 부분을 정의하는 TextPoint 개체를 가져옵니다. | |
Type | 대리자의 프로그래밍 형식을 나타내는 개체를 가져오거나 설정합니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
AddAttribute | 새 특성 코드 구문을 만든 다음 올바른 위치에 코드를 삽입합니다. | |
AddBase | 상속된 대리자의 목록에 항목을 추가합니다.Visual Basic에서는 이 메서드가 구현되지 않습니다. | |
AddParameter | 대리자의 새 매개 변수를 만들고 코드를 올바른 위치에 삽입합니다. | |
GetEndPoint | 대리자 정의의 끝을 표시하는 TextPoint 개체를 반환합니다. | |
GetStartPoint | 대리자 정의의 시작 부분을 정의하는 TextPoint 개체를 반환합니다. | |
RemoveBase | 기본 목록에서 대리자를 제거합니다.Visual Basic에서는 이 메서드가 구현되지 않습니다. | |
RemoveMember | 대리자에서 멤버를 제거합니다. | |
RemoveParameter | 대리자의 인수 목록에서 매개 변수를 제거합니다. |
위쪽
설명
이 개체는 CodeDelegate에서 파생됩니다.
참고
클래스, 구조체, 함수, 특성, 대리자 등의 코드 모델 요소를 특정한 방식으로 편집한 후에는 요소의 값이 명확하지 않을 수 있습니다. 즉, 요소의 값이 항상 같다고 할 수 없습니다.자세한 내용은 코드 모델을 사용하여 코드 검색(Visual Basic)의 "코드 모델 요소 값이 변경될 수 있음" 단원을 참조하십시오.
예제
[VisualBasic]
하위 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);
}
}