IDatabaseNode.GetCustomMetadata Method

Gets a list of the custom metadata on this node.

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

Syntax

'Declaration
Function GetCustomMetadata As IList(Of Tuple(Of String, String))
'Usage
Dim instance As IDatabaseNode
Dim returnValue As IList(Of Tuple(Of String, String))

returnValue = instance.GetCustomMetadata()
IList<Tuple<string, string>> GetCustomMetadata()
IList<Tuple<String^, String^>>^ GetCustomMetadata()
function GetCustomMetadata() : IList<Tuple<String, String>>
abstract GetCustomMetadata : unit -> IList<Tuple<string, string>> 

Return Value

Type: System.Collections.Generic.IList<Tuple<String, String>>

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

IDatabaseNode Members

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