EditorFactoryPackage.IVsTextMarkerTypeProvider.GetTextMarkerType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
互操作提供程序。
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
参数
- vsTextMarker
- IVsPackageDefinedTextMarkerType
指向的指针 Guid 。
返回
定义的整数值,如 S_OK。