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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace