Delen via


ISqlSchemaViewHierarchyProvider.GetString Method

Used to convert a resource name to a localized string.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntax

'Declaration
Function GetString ( _
    resourceName As String _
) As String
string GetString(
    string resourceName
)
String^ GetString(
    String^ resourceName
)
abstract GetString : 
        resourceName:string -> string 
function GetString(
    resourceName : String
) : String

Parameters

  • resourceName
    Type: System.String
    The name of the resource found in the Branch ResourceName attribute.

Return Value

Type: System.String
The localized name.

.NET Framework Security

See Also

Reference

ISqlSchemaViewHierarchyProvider Interface

Microsoft.VisualStudio.Data.Schema.Package.Sql.Project Namespace