Partager via


IXmlCharacterData.SubstringData(UInt32, UInt32) Méthode

Définition

Récupère une sous-chaîne de la chaîne complète à partir de la plage spécifiée.

public:
 Platform::String ^ SubstringData(unsigned int offset, unsigned int count);
winrt::hstring SubstringData(uint32_t const& offset, uint32_t const& count);
public string SubstringData(uint offset, uint count);
function substringData(offset, count)
Public Function SubstringData (offset As UInteger, count As UInteger) As String

Paramètres

offset
UInt32

unsigned int

uint32_t

Spécifie le décalage, en caractères, à partir du début de la chaîne. Un décalage de zéro indique la copie à partir du début des données.

count
UInt32

unsigned int

uint32_t

Spécifie le nombre de caractères à récupérer à partir du décalage spécifié.

Retours

String

Platform::String

winrt::hstring

Sous-chaîne retournée.

S’applique à