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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.