다음을 통해 공유


ServerWebConfig.AddElement 메서드

정의

XML 요소를 SOAP 사용 가능 COM+ 애플리케이션에 게시되는 COM 인터페이스에 해당하는 Web.config 파일에 추가합니다.

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

public:
 virtual void AddElement(System::String ^ FilePath, System::String ^ AssemblyName, System::String ^ TypeName, System::String ^ ProgId, System::String ^ WkoMode, [Runtime::InteropServices::Out] System::String ^ % Error);
public void AddElement (string FilePath, string AssemblyName, string TypeName, string ProgId, string WkoMode, out string Error);
abstract member AddElement : string * string * string * string * string * string -> unit
override this.AddElement : string * string * string * string * string * string -> unit
Public Sub AddElement (FilePath As String, AssemblyName As String, TypeName As String, ProgId As String, WkoMode As String, ByRef Error As String)

매개 변수

FilePath
String

기존 Web.config 파일의 경로입니다.

AssemblyName
String

추가되는 형식이 들어 있는 어셈블리의 이름입니다.

TypeName
String

추가되는 형식의 이름입니다.

ProgId
String

추가되는 형식의 프로그래밍 식별자입니다.

WkoMode
String

WellKnownObjectMode 열거형의 멤버 이름에 해당하는 문자열 상수로서 잘 알려진 개체가 활성화되는 방법을 나타냅니다.

Error
String

오류 메시지를 쓸 수 있는 문자열입니다.

구현

설명

지정된 된 형식에 대 한 합니다 AddElement Web.config 파일에 추가 하는 메서드를 <wellknown><activated> 요소의 자식으로는 <service> 다음 XPath 사용 하 여 요소:

/configuration/system.runtime.remoting/application/service

합니다 AssemblyName, TypeNameProgId, 및 WkoMode 매개 변수는 두 개의 추가 요소 특성 값에 통합 됩니다.

AddElement 해야 하지 직접 호출할 수 있습니다. 대신, 호출 된 ProcessServerTlb 메서드.

적용 대상