. 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 GetVisualStyle ( _
<OutAttribute> ByRef visualFlags As UInteger _
) As Integer Implements IVsPackageDefinedTextMarkerType.GetVisualStyle
'Usage
Dim instance As VsTextMarker
Dim visualFlags As UInteger
Dim returnValue As Integer
returnValue = CType(instance, IVsPackageDefinedTextMarkerType).GetVisualStyle(visualFlags)
int IVsPackageDefinedTextMarkerType.GetVisualStyle(
out uint visualFlags
)
private:
virtual int GetVisualStyle(
[OutAttribute] unsigned int% visualFlags
) sealed = IVsPackageDefinedTextMarkerType::GetVisualStyle
private abstract GetVisualStyle :
visualFlags:uint32 byref -> int
private override GetVisualStyle :
visualFlags:uint32 byref -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- visualFlags
Type: System..::..UInt32%
Return Value
Type: System..::..Int32
Implements
IVsPackageDefinedTextMarkerTypeGetVisualStyle(UInt32%)
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace