IDatabaseNode.GetCustomMetadata 方法

返回节点的自定义元数据。

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

语法

声明
Function GetCustomMetadata As IList(Of Tuple(Of String, String))
IList<Tuple<string, string>> GetCustomMetadata()
IList<Tuple<String^, String^>^>^ GetCustomMetadata()
abstract GetCustomMetadata : unit -> IList<Tuple<string, string>> 
function GetCustomMetadata() : IList<Tuple<String, String>>

返回值

类型:System.Collections.Generic.IList<Tuple<String, String>>
自定义元数据的名称/值元组的列表。

.NET Framework 安全性

请参见

参考

IDatabaseNode 接口

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