ISqlSchemaViewHierarchyProvider.GetString 方法

用于将资源名称转换为本地化字符串。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package.Sql(在 Microsoft.VisualStudio.Data.Schema.Package.Sql.dll 中)

语法

声明
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

参数

  • resourceName
    类型:System.String
    在 Branch ResourceName 特性中找到的资源的名称。

返回值

类型:System.String
本地化名称。

.NET Framework 安全性

请参见

参考

ISqlSchemaViewHierarchyProvider 接口

Microsoft.VisualStudio.Data.Schema.Package.Sql.Project 命名空间