다음을 통해 공유


IVsContainedLanguageHost.InsertImportsDirective 메서드

지정 된 네임 스페이스를 가져오는 마크업 태그를 삽입 합니다.

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

구문

‘선언
Function InsertImportsDirective ( _
    ByRef __MIDL_0011 As UShort _
) As Integer
int InsertImportsDirective(
    ref ushort __MIDL_0011
)
int InsertImportsDirective(
    [InAttribute] unsigned short% __MIDL_0011
)
abstract InsertImportsDirective : 
        __MIDL_0011:uint16 byref -> int
function InsertImportsDirective(
    __MIDL_0011 : ushort
) : int

매개 변수

  • __MIDL_0011
    형식: UInt16%

    [in] 가져올 정규화 된 네임 스페이스를 지정 하는 문자열입니다.

반환 값

형식: Int32
성공 하면 반환 S_OK. 그렇지 않으면 오류 코드를 반환 합니다.

설명

이 방법을 "System.Web.UI"와 같은 네임 스페이스 지정 되 고이 메서드를 사용 하 여 편집기에 의해 구현 되는 경우 ASP.NET, 다음과 같은 태그가 삽입 되 고.

<%@import namespace="System.Web.UI" %>

.NET Framework 보안

참고 항목

참조

IVsContainedLanguageHost 인터페이스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스