Share via


PortableExecutableReference.WithPropertiesImpl Method

Definition

Returns an instance of the reference with specified properties.

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

Parameters

properties
MetadataReferenceProperties

The new properties for the reference.

Returns

Exceptions

Specified values not supported.

Remarks

Only invoked if the properties changed.

Applies to