GraphErrorEventArgs, constructeur
Espace de noms : Microsoft.VisualStudio.GraphModel.Styles
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Sub New ( _
context As GraphObject, _
message As String _
)
public GraphErrorEventArgs(
GraphObject context,
string message
)
public:
GraphErrorEventArgs(
GraphObject^ context,
String^ message
)
new :
context:GraphObject *
message:string -> GraphErrorEventArgs
public function GraphErrorEventArgs(
context : GraphObject,
message : String
)
Paramètres
- context
Type : Microsoft.VisualStudio.GraphModel.GraphObject
- message
Type : System.String
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.