다음을 통해 공유


VCCodeFunction.Prototype 속성

이 개체의 스텁 정의가 들어 있는 문자열을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.VCCodeModel
어셈블리:  Microsoft.VisualStudio.VCCodeModel(Microsoft.VisualStudio.VCCodeModel.dll)

구문

‘선언
ReadOnly Property Prototype ( _
    Flags As Integer _
) As String
string this[
    int Flags
] { get; }
property String^ Prototype[[InAttribute] int Flags] {
    String^ get ([InAttribute] int Flags);
}
abstract Prototype : 
        Flags:int -> string with get
JScript에서는 인덱싱된 속성을 지원하지 않습니다.

매개 변수

  • Flags
    형식: Int32

    선택 사항 매개 변수 이름, 매개 변수 형식, 고유한 시그니처 등과 같이 문자열 내용을 나타내는 vsCMPrototype 값입니다. 기본적으로 모든 플래그는 Off로 설정되어 있습니다.

속성 값

형식: String
요소를 설명하는 문자열입니다.

.NET Framework 보안

참고 항목

참조

VCCodeFunction 인터페이스

Microsoft.VisualStudio.VCCodeModel 네임스페이스

기타 리소스

방법: 자동화 개체 모델 코드의 예제 컴파일 및 실행