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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.