GraphPathSerializer.Serialize – metoda
Obor názvů: Microsoft.VisualStudio.GraphModel
Sestavení: Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Deklarace
Public Function Serialize ( _
text As String _
) As String
public string Serialize(
string text
)
public:
String^ Serialize(
String^ text
)
member Serialize :
text:string -> string
public function Serialize(
text : String
) : String
Parametry
- text
Typ: System.String
Vrácená hodnota
Typ: System.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.