ProjectElement Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Overrides Object.GetHashCode())
GetMetadata Get a metadata value from a project element
GetTypeGets the Type of the current instance.
(Inherited from Object)
HasMetadata See if the named metadata item exists
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged This raises the PropertyChanged event
RemoveFromProjectFile Remove the item from the project
SetMetadata Set a metadata value in the project item
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also