ExportTypeIdentityConstraint Constructors

Definition

Overloads

ExportTypeIdentityConstraint(String)
ExportTypeIdentityConstraint(Type)

ExportTypeIdentityConstraint(String)

public ExportTypeIdentityConstraint (string typeIdentityName);
new Microsoft.VisualStudio.Composition.ExportTypeIdentityConstraint : string -> Microsoft.VisualStudio.Composition.ExportTypeIdentityConstraint
Public Sub New (typeIdentityName As String)

Parameters

typeIdentityName
String

Applies to

ExportTypeIdentityConstraint(Type)

public ExportTypeIdentityConstraint (Type typeIdentity);
new Microsoft.VisualStudio.Composition.ExportTypeIdentityConstraint : Type -> Microsoft.VisualStudio.Composition.ExportTypeIdentityConstraint
Public Sub New (typeIdentity As Type)

Parameters

typeIdentity
Type

Applies to