ModelInfoDescriptorTypes Property
Gets {insert text here}.
Namespace: Microsoft.Data.Relational.Design.PW
Assembly: Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ModelInfoDescriptorTypes As Dictionary(Of Type, Type)
Get
'Usage
Dim value As Dictionary(Of Type, Type)
value = PropertyWindowViewModel.ModelInfoDescriptorTypes
public static Dictionary<Type, Type> ModelInfoDescriptorTypes { get; }
public:
static property Dictionary<Type^, Type^>^ ModelInfoDescriptorTypes {
Dictionary<Type^, Type^>^ get ();
}
static member ModelInfoDescriptorTypes : Dictionary<Type, Type>
static function get ModelInfoDescriptorTypes () : Dictionary<Type, Type>
Property Value
Type: System.Collections.Generic..::..Dictionary< (Of < ( <'Type, Type> ) > ) >