GraphErrorEventArgs – konstruktor
Obor názvů: Microsoft.VisualStudio.GraphModel.Styles
Sestavení: Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Deklarace
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
)
Parametry
- context
Typ: Microsoft.VisualStudio.GraphModel.GraphObject
- message
Typ: String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.