Struct ImportMetadataViewConstraint.MetadatumRequirement
- Namespace
- Microsoft.VisualStudio.Composition
- Assembly
- Microsoft.VisualStudio.Composition.dll
public struct ImportMetadataViewConstraint.MetadatumRequirement
- Inherited Members
-
Constructors
public MetadatumRequirement(TypeRef valueType, bool required)
Parameters
valueType
TypeRef
required
bool
Properties
public readonly bool IsMetadataumValueRequired { get; }
Property Value
- bool
public Type MetadatumValueType { get; }
Property Value
- Type
public readonly TypeRef MetadatumValueTypeRef { get; }
Property Value
- TypeRef