PortableExecutableReference.WithPropertiesImpl 메서드

정의

지정된 속성이 있는 참조의 인스턴스를 반환합니다.

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

매개 변수

properties
MetadataReferenceProperties

참조에 대한 새 속성입니다.

반환

예외

지정된 값은 지원되지 않습니다.

설명

속성이 변경된 경우에만 호출됩니다.

적용 대상