PortableExecutableReference.WithPropertiesImpl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.