다음을 통해 공유


IServerWebConfig.AddElement 메서드

정의

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

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

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

매개 변수

FilePath
String

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

AssemblyName
String

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

TypeName
String

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

ProgId
String

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

Mode
String

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

Error
String

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

설명

참조 된 AddElement 메서드 구현 세부 정보에 대 한 합니다. 그러나 호출할 필요가 없습니다 AddElement 메서드를 직접.

적용 대상