IProcessHostSupportFunctions.GetApplicationProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
애플리케이션의 메타베이스에서 속성을 가져옵니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
void GetApplicationProperties(System::String ^ appId, [Runtime::InteropServices::Out] System::String ^ % virtualPath, [Runtime::InteropServices::Out] System::String ^ % physicalPath, [Runtime::InteropServices::Out] System::String ^ % siteName, [Runtime::InteropServices::Out] System::String ^ % siteId);
public void GetApplicationProperties (string appId, out string virtualPath, out string physicalPath, out string siteName, out string siteId);
abstract member GetApplicationProperties : string * string * string * string * string -> unit
Public Sub GetApplicationProperties (appId As String, ByRef virtualPath As String, ByRef physicalPath As String, ByRef siteName As String, ByRef siteId As String)
매개 변수
- appId
- String
애플리케이션의 ID입니다.
- virtualPath
- String
애플리케이션의 루트 가상 경로입니다.
- physicalPath
- String
애플리케이션의 루트 실제 경로입니다.
- siteName
- String
애플리케이션의 표시 이름입니다.
- siteId
- String
사이트 ID입니다.
설명
GetApplicationProperties는 .NET Framework 3.5에 도입되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET