VirtualTypeBuilder::DeclaringType Property

 

Gets or sets the declaring type for the resulting virtual type.

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

public:
property Type^ DeclaringType {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

A Type that represents a DeclaringType.

The DeclaringType is usually null, but can point to another type to create a nested type.

Return to top
Show: