Share via


ManagementPackSubElementReference<T,V> Class

Definition

Represents a reference to a management pack subelement of type T.

generic <typename T, typename V>
 where T : ManagementPackElement where V : ManagementPackSubElementpublic ref class ManagementPackSubElementReference
[System.Serializable]
public class ManagementPackSubElementReference<T,V> where T : ManagementPackElement where V : ManagementPackSubElement
type ManagementPackSubElementReference<'T, 'V (requires 'T :> ManagementPackElement and 'V :> ManagementPackSubElement)> = class
Public Class ManagementPackSubElementReference(Of T, V)

Type Parameters

T
V
Inheritance
ManagementPackSubElementReference<T,V>
Attributes

Properties

ElementReference

Gets a reference to the management pack element that contains this object.

Id

Gets the globally unique identifier (GUID) for this object.

Name

Gets the name of this object.

Methods

Equals(Object)

Determines whether this object is equal to the specified object.

GetHashCode()

Gets the hash code for this object.

GetSubElement()

Gets the management pack subelement that corresponds to this reference. This call reads the management pack element from the corresponding store where the management pack is located.

ToString()

Returns the name property of the management pack element.

Applies to