IVsDataObjectStore.CanSelectObjects(String) Method

Definition

Indicates whether the specified type can be selected from the data object support XML stream.

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

Parameters

typeName
String

The name of the data source–specific type to examine.

Returns

true if the type can be selected; otherwise, false.

Exceptions

The typeName parameter is null.

Applies to