IsRTLResources Property
Gets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.SqlLanguageServices
Assembly: Microsoft.VisualStudio.Data.Tools.SqlLanguageServices (in Microsoft.VisualStudio.Data.Tools.SqlLanguageServices.dll)
Syntax
'Declaration
Public Shared ReadOnly Property IsRTLResources As Boolean
Get
'Usage
Dim value As Boolean
value = RTLAwareMessageBox.IsRTLResources
public static bool IsRTLResources { get; }
public:
static property bool IsRTLResources {
bool get ();
}
static member IsRTLResources : bool
static function get IsRTLResources () : boolean
Property Value
Type: System..::..Boolean
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace