Freigeben über


IVsDataSourceInformation.Contains(String) Method

Definition

When implemented by a class, retrieves a Boolean value indicating whether a specified property is contained in this data source information instance.

public:
 bool Contains(System::String ^ propertyName);
public bool Contains (string propertyName);
abstract member Contains : string -> bool
Public Function Contains (propertyName As String) As Boolean

Parameters

propertyName
String

The name of the property being tested.

Returns

true if the specified property is contained in this data source information instance; otherwise, false.

Applies to