ObjectIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public sealed class ObjectIdentifier
[<System.Serializable>]
type ObjectIdentifier = class
Public NotInheritable Class ObjectIdentifier
- Inheritance
-
ObjectIdentifier
- Attributes
Constructors
| ObjectIdentifier(IEnumerable<String>) |
Creates a object identifier with a name. |
| ObjectIdentifier(IList<String>, IList<String>) |
Creates a object identifier with a name that includes external parts. |
| ObjectIdentifier(IList<String>) |
Creates a object identifier with a name. |
| ObjectIdentifier(String[]) |
Creates a object identifier with a name. |
Properties
| ExternalParts |
Gets the external reference parts. Null if the identifier is not external. |
| HasExternalParts |
Does this ObjectIdentifier have any ExternalParts |
| HasName |
Does this ObjectIdentifier have any Parts |
| Parts |
Gets the parts of the identifier. |
Methods
| ToString() |
Formats and escapes name parts into a single string |