. Method
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Private Function GetDefaultFontFlags ( _
<OutAttribute> ByRef fontFlags As UInteger _
) As Integer Implements IVsPackageDefinedTextMarkerType.GetDefaultFontFlags
'Usage
Dim instance As VsTextMarker
Dim fontFlags As UInteger
Dim returnValue As Integer
returnValue = CType(instance, IVsPackageDefinedTextMarkerType).GetDefaultFontFlags(fontFlags)
int IVsPackageDefinedTextMarkerType.GetDefaultFontFlags(
out uint fontFlags
)
private:
virtual int GetDefaultFontFlags(
[OutAttribute] unsigned int% fontFlags
) sealed = IVsPackageDefinedTextMarkerType::GetDefaultFontFlags
private abstract GetDefaultFontFlags :
fontFlags:uint32 byref -> int
private override GetDefaultFontFlags :
fontFlags:uint32 byref -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- fontFlags
Type: System..::..UInt32%
Return Value
Type: System..::..Int32
Implements
IVsPackageDefinedTextMarkerTypeGetDefaultFontFlags(UInt32%)
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace