SmartTag Class
SmartTag class
Represents a smart tag.
type SmartTag struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetDeleted | Indicates whether the smart tag is deleted. |
SetDeleted | Indicates whether the smart tag is deleted. |
GetProperties | Gets and set the properties of the smart tag. |
SetProperties | Gets and set the properties of the smart tag. |
GetUri | Gets the namespace URI of the smart tag. |
GetName | Gets the name of the smart tag. |
SetLink | Change the name and the namespace URI of the smart tag. |