Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Create supported type with type and display name
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public SupportedType(
Type supportedType,
string displayName
)
public:
SupportedType(
Type^ supportedType,
String^ displayName
)
new :
supportedType:Type *
displayName:string -> SupportedType
Public Sub New (
supportedType As Type,
displayName As String
)
Parameters
supportedType
Type: System.TypeThe supported type
displayName
Type: System.StringThe supported type's display name
See Also
SupportedType Overload
SupportedType Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top