EditorFactoryPackage.IVsTextMarkerTypeProvider.GetTextMarkerType 메서드

정의

Interop 공급자입니다.

 virtual int Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerTypeProvider.GetTextMarkerType(Guid % markerGuid, [Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsPackageDefinedTextMarkerType ^ % vsTextMarker) = Microsoft::VisualStudio::TextManager::Interop::IVsTextMarkerTypeProvider::GetTextMarkerType;
int IVsTextMarkerTypeProvider.GetTextMarkerType (ref Guid markerGuid, out Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType vsTextMarker);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerTypeProvider.GetTextMarkerType : Guid * IVsPackageDefinedTextMarkerType -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerTypeProvider.GetTextMarkerType : Guid * IVsPackageDefinedTextMarkerType -> int
Function GetTextMarkerType (ByRef markerGuid As Guid, ByRef vsTextMarker As IVsPackageDefinedTextMarkerType) As Integer Implements IVsTextMarkerTypeProvider.GetTextMarkerType

매개 변수

markerGuid
Guid

Guid에 대한 포인터입니다.

vsTextMarker
IVsPackageDefinedTextMarkerType

Guid에 대한 포인터입니다.

반환

와 같은 S_OK정의된 정수 값입니다.

구현

적용 대상