Share via


IDatabaseNode.GetCustomMetadata Method

Returns the custom metadata for this node.

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

Syntax

'Declaration
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>>

Return Value

Type: System.Collections.Generic.IList<Tuple<String, String>>
A list of Name/Value tuples of custom metadata.

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

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