ContractBasedImportDefinition.RequiredTypeIdentity 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此 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
属性值
一个字符串,该字符串通过对此导入期望的类型调用 GetTypeIdentity(Type) 方法生成。 如果值为 null
,则此导入不需要特定类型。