ModelingEnumerationConverter Constructor
Initializes a new instance of the ModelingEnumerationConverter class for the specified domain property.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
domainProperty As DomainPropertyInfo, _
displayEnumFieldDelimiter As Char _
)
public ModelingEnumerationConverter(
DomainPropertyInfo domainProperty,
char displayEnumFieldDelimiter
)
public:
ModelingEnumerationConverter(
DomainPropertyInfo^ domainProperty,
wchar_t displayEnumFieldDelimiter
)
new :
domainProperty:DomainPropertyInfo *
displayEnumFieldDelimiter:char -> ModelingEnumerationConverter
public function ModelingEnumerationConverter(
domainProperty : DomainPropertyInfo,
displayEnumFieldDelimiter : char
)
Parameters
domainProperty
Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfoThe metadata for the domain property that uses this converter.
displayEnumFieldDelimiter
Type: CharThe character to use to delimit multiple values of a flag enumeration.
.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.