Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft