VCCodeNamespace.DialogClasses Property

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

Syntax

'Declaration
ReadOnly Property DialogClasses ( _
    Filter As String _
) As CodeElements
CodeElements this[
    string Filter
] { get; }
property CodeElements^ DialogClasses[[InAttribute] String^ Filter] {
    CodeElements^ get ([InAttribute] String^ Filter);
}
abstract DialogClasses : 
        Filter:string -> CodeElements with get
JScript does not support indexed properties.

Parameters

  • Filter
    Type: String

Property Value

Type: EnvDTE.CodeElements

.NET Framework Security

See Also

Reference

VCCodeNamespace Interface

Microsoft.VisualStudio.VCCodeModel Namespace