[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.MetadataTAssembly: 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> |