CompilerResults.Output 속성

정의

컴파일러 출력 메시지를 가져옵니다.

public:
 property System::Collections::Specialized::StringCollection ^ Output { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection Output { get; }
member this.Output : System.Collections.Specialized.StringCollection
Public ReadOnly Property Output As StringCollection

속성 값

출력 메시지를 포함하는 StringCollection입니다.

설명

컴파일러가 메시지를 반환하지 않으면 이 속성의 값은 빈 컬렉션이 됩니다.

적용 대상

추가 정보