다음을 통해 공유


ProtocolImporter.ClassNames 속성

정의

현재 생성하고 있는 바인딩 클래스의 고유 이름을 생성하는 CodeIdentifiers 개체를 가져옵니다.

public:
 property System::Xml::Serialization::CodeIdentifiers ^ ClassNames { System::Xml::Serialization::CodeIdentifiers ^ get(); };
public System.Xml.Serialization.CodeIdentifiers ClassNames { get; }
member this.ClassNames : System.Xml.Serialization.CodeIdentifiers
Public ReadOnly Property ClassNames As CodeIdentifiers

속성 값

CodeIdentifiers

현재 생성하고 있는 바인딩 클래스의 고유 이름을 생성하는 CodeIdentifiers 개체입니다.

적용 대상