DependsOnAttribute::TypeId Property

 

Gets a unique identifier for this DependsOnAttribute.

Namespace:   System.Windows.Markup
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property Object^ TypeId {
	virtual Object^ get() override;
}

Property Value

Type: System::Object^

The unique identifier.

This is a generated value that uses an override behavior in order to permit multiple attributes with the same Name to be applied. So long as dependencies are not circular or otherwise ambiguous, multiple DependsOnAttribute references to the same property name are supported.

.NET Framework
Available since 3.0
Return to top
Show: