ProvideViewAdapterAttribute::TypeId Property

 

Gets an ID that is unique for each attribute scope.

Namespace:   Microsoft.VisualStudio.Shell.Design
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 full name of the attribute plus the scope.

Return to top
Show: