DomainPropertyXmlSerializer.GetString<T> Method
Converts the supplied object to a string format.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
‘선언
Public MustOverride Function GetString(Of T) ( _
serializationContext As SerializationContext, _
input As T _
) As String
public abstract string GetString<T>(
SerializationContext serializationContext,
T input
)
public:
generic<typename T>
virtual String^ GetString(
SerializationContext^ serializationContext,
T input
) abstract
abstract GetString :
serializationContext:SerializationContext *
input:'T -> string
JScript does not support generic types or methods.
Type Parameters
- T
The type to construct and return
Parameters
- serializationContext
Type: Microsoft.VisualStudio.Modeling.SerializationContext
Contextual information about the serialization
- input
Type: T
Value being serialized. Can be null.
Return Value
Type: System.String
A string representation of the value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.