MetadataReference.WithProperties(MetadataReferenceProperties) 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, or this instance if properties haven't changed.
public:
Microsoft::CodeAnalysis::MetadataReference ^ WithProperties(Microsoft::CodeAnalysis::MetadataReferenceProperties properties);
public Microsoft.CodeAnalysis.MetadataReference WithProperties (Microsoft.CodeAnalysis.MetadataReferenceProperties properties);
member this.WithProperties : Microsoft.CodeAnalysis.MetadataReferenceProperties -> Microsoft.CodeAnalysis.MetadataReference
Public Function WithProperties (properties As MetadataReferenceProperties) As MetadataReference
Parameters
- properties
- MetadataReferenceProperties
The new properties for the reference.
Returns
Exceptions
Specified values not valid for this reference.
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.