Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal id As String, _ ByVal text As String, _ ByVal description As String, _ ByVal allowDrillDown As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim id As String Dim text As String Dim description As String Dim allowDrillDown As Boolean Dim instance As New Crumb(id, text, description, allowDrillDown) |
C# | |
---|---|
public Crumb( string id, string text, string description, bool allowDrillDown ) |
C++/CLI | |
---|---|
public: Crumb( String^ id, String^ text, String^ description, bool allowDrillDown ) |
Parameters
- id
- text
- description
- allowDrillDown
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2