IVsDataObjectStore.CanSelectObjects(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.