ContentLocatorPart(XmlQualifiedName) 생성자

정의

지정된 형식 이름과 네임스페이스를 사용하여 ContentLocatorPart 클래스의 새 인스턴스를 초기화합니다.

public:
 ContentLocatorPart(System::Xml::XmlQualifiedName ^ partType);
public ContentLocatorPart (System.Xml.XmlQualifiedName partType);
new System.Windows.Annotations.ContentLocatorPart : System.Xml.XmlQualifiedName -> System.Windows.Annotations.ContentLocatorPart
Public Sub New (partType As XmlQualifiedName)

매개 변수

partType
XmlQualifiedName

ContentLocatorPart의 형식 이름과 네임스페이스입니다.

예외

partType 매개 변수가 null인 경우

문자열 partType.Name 또는 partType.Namespace, 또는 둘 다 null이거나 비어 있는 경우

적용 대상