Table of Contents

Struct ImportMetadataViewConstraint.MetadatumRequirement

Namespace
Microsoft.VisualStudio.Composition
Assembly
Microsoft.VisualStudio.Composition.dll
public struct ImportMetadataViewConstraint.MetadatumRequirement
Inherited Members

Constructors

MetadatumRequirement(TypeRef, bool)

public MetadatumRequirement(TypeRef valueType, bool required)

Parameters

valueType TypeRef
required bool

Properties

IsMetadataumValueRequired

public readonly bool IsMetadataumValueRequired { get; }

Property Value

bool

MetadatumValueType

public Type MetadatumValueType { get; }

Property Value

Type

MetadatumValueTypeRef

public readonly TypeRef MetadatumValueTypeRef { get; }

Property Value

TypeRef