SyncKnowledge.GetSchema Método
Devuelve un valor NULL.
Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)
Sintaxis
'Declaración
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Function GetSchema As XmlSchema
'Uso
Dim instance As SyncKnowledge
Dim returnValue As XmlSchema
returnValue = instance.GetSchema
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public XmlSchema GetSchema ()
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual XmlSchema^ GetSchema () sealed
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
public final XmlSchema GetSchema ()
EditorBrowsableAttribute(EditorBrowsableState.Never)
public final function GetSchema () : XmlSchema
Valor devuelto
Valor es una referencia nula (Nothing en Visual Basic)..
Vea también
Referencia
SyncKnowledge Clase
SyncKnowledge Miembros
Microsoft.Synchronization Espacio de nombres