System.Xml.Schema.SchemaInfo.GetElementDecl C# (CSharp) 메소드

GetElementDecl() 공개 메소드

public GetElementDecl ( XmlQualifiedName qname ) : SchemaElementDecl
qname System.Xml.XmlQualifiedName
리턴 SchemaElementDecl
        public SchemaElementDecl GetElementDecl(XmlQualifiedName qname) {
            return (SchemaElementDecl)elementDecls[qname];
        }