ProvideDesignerLoaderAttribute::TypeId Property

 

Gets a unique type value.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

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

Property Value

Type: System::Object^

The type value created by concatenating the full type name of this attribute with Scope.

Override this method to make the type ID unique.

Return to top
Show: