EditorFactoryPackage.IVsTextMarkerTypeProvider.GetTextMarkerType 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- vsTextMarker
- IVsPackageDefinedTextMarkerType
Guid 的指標。
傳回
定義的整數值,例如 S_OK。