VCDialogExtender::DialogID Property

 

Gets the ID of the dialog box class represented by the object.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property String^ DialogID {
	String^ get();
}

Property Value

Type: System::String^

The ID of the dialog box class represented by the object.

For an example of usage, see the VCDialogExtender object overview.

Return to top
Show: