CssNode, constructeur (String, Object, Boolean, Int32, Int32)
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
tag As Object, _
hasChildren As Boolean, _
imageIndex As Integer, _
imageIndexExpanded As Integer _
)
public CssNode(
string name,
Object tag,
bool hasChildren,
int imageIndex,
int imageIndexExpanded
)
Paramètres
- name
Type : System.String
- tag
Type : System.Object
- hasChildren
Type : System.Boolean
- imageIndex
Type : System.Int32
- imageIndexExpanded
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.