IXmlPropertySetEdit Interface

Provides access to members that edit metadata.

Members

Name Description
Write-only property Dataset Dataset whose metadata will be edited.
Method GetProperty Returns the set of values for the specified element.
Method SetProperty Sets the value of the specified element.

IXmlPropertySetEdit.Dataset Property

Dataset whose metadata will be edited.

Public WriteOnly Property Dataset
public void Dataset {set;}

IXmlPropertySetEdit.GetProperty Method

Returns the set of values for the specified element.

Public Function GetProperty ( _
    ByVal Name As String _
) As Object
public object GetProperty (
    string Name
);

IXmlPropertySetEdit.SetProperty Method

Sets the value of the specified element.

Public Sub SetProperty ( _
    ByVal Name As String, _
    ByVal Value As Object, _
    ByVal propType As esriXmlPropertyType, _
    ByVal action As esriXmlSetPropertyAction _
)
public void SetProperty (
    string Name,
    object Value,
    esriXmlPropertyType propType,
    esriXmlSetPropertyAction action
);

Classes that implement IXmlPropertySetEdit

Classes Description
XmlPropertySetEdit Esri XML PropertySet Edit object.

Remarks

This interface should not be used. Instead the methods available on the IXmlPropertySet and/or IXmlPropertySet2 should be used to set and get XML Elements. The different methods on the IXmlPropertySet and IXmlPropertySet2 honor the "Sync" attributes where the IXmlPropertySet.Get and IXmlPropertySet.Get do not.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.