CompilationReference.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::CompilationReference ^ WithProperties(Microsoft::CodeAnalysis::MetadataReferenceProperties properties);
public Microsoft.CodeAnalysis.CompilationReference WithProperties (Microsoft.CodeAnalysis.MetadataReferenceProperties properties);
override this.WithProperties : Microsoft.CodeAnalysis.MetadataReferenceProperties -> Microsoft.CodeAnalysis.CompilationReference
Public Function WithProperties (properties As MetadataReferenceProperties) As CompilationReference
Parameters
- properties
- MetadataReferenceProperties
The new properties for the reference.
Returns
Exceptions
Specified values not valid for this reference.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.