다음을 통해 공유


VsTextManagerClass.GetRegisteredMarkerTypeID 메서드

등록 된 표식 유형을 반환합니다.

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

구문

‘선언
Public Overridable Function GetRegisteredMarkerTypeID ( _
    ByRef pguidMarker As Guid, _
    <OutAttribute> ByRef piMarkerTypeID As Integer _
) As Integer
public virtual int GetRegisteredMarkerTypeID(
    ref Guid pguidMarker,
    out int piMarkerTypeID
)
public:
virtual int GetRegisteredMarkerTypeID(
    [InAttribute] Guid% pguidMarker, 
    [OutAttribute] int% piMarkerTypeID
)
abstract GetRegisteredMarkerTypeID : 
        pguidMarker:Guid byref * 
        piMarkerTypeID:int byref -> int  
override GetRegisteredMarkerTypeID : 
        pguidMarker:Guid byref * 
        piMarkerTypeID:int byref -> int
public function GetRegisteredMarkerTypeID(
    pguidMarker : Guid, 
    piMarkerTypeID : int
) : int

매개 변수

  • pguidMarker
    형식: Guid%

    [in] 호출자의 구현을 식별 하는 GUID IVsTextMarkerType, 마커 새 범주에 대 한 정보를 제공 합니다.

  • piMarkerTypeID
    형식: Int32%

    [out] 표식 종류 표식 유형 컬렉션에서의 수입니다.

반환 값

형식: Int32

구현

IVsTextManager.GetRegisteredMarkerTypeID(Guid%, Int32%)

.NET Framework 보안

참고 항목

참조

VsTextManagerClass 클래스

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