共用方式為


PortableExecutableReference.WithPropertiesImpl 方法

定義

傳回具有指定屬性之參考的實例。

protected:
 abstract Microsoft::CodeAnalysis::PortableExecutableReference ^ WithPropertiesImpl(Microsoft::CodeAnalysis::MetadataReferenceProperties properties);
protected abstract Microsoft.CodeAnalysis.PortableExecutableReference WithPropertiesImpl (Microsoft.CodeAnalysis.MetadataReferenceProperties properties);
abstract member WithPropertiesImpl : Microsoft.CodeAnalysis.MetadataReferenceProperties -> Microsoft.CodeAnalysis.PortableExecutableReference
Protected MustOverride Function WithPropertiesImpl (properties As MetadataReferenceProperties) As PortableExecutableReference

參數

properties
MetadataReferenceProperties

參考的新屬性。

傳回

例外狀況

不支援指定的值。

備註

只有在屬性變更時才會叫用。

適用於