다음을 통해 공유


MarkupCompilePass1.HostInBrowser 속성

정의

생성된 어셈블리가 XBAP(XAML 브라우저 애플리케이션)인지 여부를 나타내는 값을 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::String ^ HostInBrowser { System::String ^ get(); void set(System::String ^ value); };
public string HostInBrowser { get; set; }
member this.HostInBrowser : string with get, set
Public Property HostInBrowser As String

속성 값

true 생성된 어셈블리가 XBAP(XAML 브라우저 애플리케이션)이면 이고, 그렇지 않으면 입니다 false.

적용 대상