Condividi tramite


PortableExecutableReference.WithPropertiesImpl Metodo

Definizione

Restituisce un'istanza del riferimento con le proprietà specificate.

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

Parametri

properties
MetadataReferenceProperties

Nuove proprietà per il riferimento.

Restituisce

Eccezioni

Valori specificati non supportati.

Commenti

Richiamato solo se le proprietà sono state modificate.

Si applica a