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则此导入不需要特定类型。