[This is preliminary documentation and is subject to change.]

Get all the names of metadata supported by this provider (even when some of the metadata cannot be provided by current instance)

Namespace: Tools.MetadataT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
IEnumerable<string> GetSupportedMetadataNames()
Visual Basic
Function GetSupportedMetadataNames As IEnumerable(Of String)
Visual C++
IEnumerable<String^>^ GetSupportedMetadataNames()
F#
abstract GetSupportedMetadataNames : unit -> IEnumerable<string> 
JScript
function GetSupportedMetadataNames() : IEnumerable<String>

Return Value

Name sof metadata usefull with the Metadata[([( String])]) function. Never returns null; should not return an empty enumeration.

See Also