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

Gets value indicating if metadata of particular type are provided by this provider

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

Syntax

C#
bool Contains(
	string MetadataName
)
Visual Basic
Function Contains ( _
	MetadataName As String _
) As Boolean
Visual C++
bool Contains(
	String^ MetadataName
)
F#
abstract Contains : 
        MetadataName:string -> bool 
JScript
function Contains(
	MetadataName : String
) : boolean

Parameters

MetadataName
Type: System..::..String
Name of metadata type

Return Value

True if this provider contains metadata with given name

See Also