VCCodeNamespace.DialogClasses[String] Property

Definition

public:
 property EnvDTE::CodeElements ^ DialogClasses[System::String ^] { EnvDTE::CodeElements ^ get(System::String ^ Filter); };
[System.Runtime.InteropServices.DispId(596)]
public EnvDTE.CodeElements DialogClasses[string Filter = ""] { [System.Runtime.InteropServices.DispId(596)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(596)>]
[<get: System.Runtime.InteropServices.DispId(596)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.DialogClasses(string) : EnvDTE.CodeElements
Public ReadOnly Property DialogClasses(Optional Filter As String = "") As CodeElements

Parameters

Filter
String

Property Value

Attributes

Applies to