ContractBasedImportDefinition.RequiredTypeIdentity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the expected type of the export that matches this ContractBasedImportDefinition.
public:
virtual property System::String ^ RequiredTypeIdentity { System::String ^ get(); };
public virtual string? RequiredTypeIdentity { get; }
public virtual string RequiredTypeIdentity { get; }
member this.RequiredTypeIdentity : string
Public Overridable ReadOnly Property RequiredTypeIdentity As String
Property Value
A string that is generated by calling the GetTypeIdentity(Type) method on the type that this import expects. If the value is null
, this import does not expect a particular type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.