DataProvider.GetType Method (Guid, String)
Resolves a type name to a Type for a specified data source as defined by the DDEX provider.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride Function GetType ( _
dataSource As Guid, _
typeName As String _
) As Type
public abstract Type GetType(
Guid dataSource,
string typeName
)
public:
virtual Type^ GetType(
Guid dataSource,
String^ typeName
) abstract
abstract GetType :
dataSource:Guid *
typeName:string -> Type
public abstract function GetType(
dataSource : Guid,
typeName : String
) : Type
Parameters
- dataSource
Type: System.Guid
DDEX data source GUID.
- typeName
Type: System.String
String name for the data type.
Return Value
Type: System.Type
Returns a specified type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.