ProvideObjectAttribute::ObjectType Property

 

The ObjectType property returns the object type set in the constructor.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Type^ ObjectType {
	Type^ get();
}

Property Value

Type: System::Type^

Returns the object type set in the constructor.

Return to top
Show: