DataClientObject<T>.GetInstanceOfType(Type) 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.
Retrieves an instance of the specified support entity.
protected:
virtual System::Object ^ GetInstanceOfType(Type ^ type);
protected virtual object GetInstanceOfType (Type type);
abstract member GetInstanceOfType : Type -> obj
override this.GetInstanceOfType : Type -> obj
Protected Overridable Function GetInstanceOfType (type As Type) As Object
Parameters
- type
- Type
The type of the support entity to get an instance of.
Returns
An instance of the specified support entity.