LanguageSpecificStringDictionary.CopyTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Copies the elements of the LanguageSpecificStringDictionary to an array, starting at a specific array index.
public:
virtual void CopyTo(cli::array <System::Collections::Generic::KeyValuePair<System::Windows::Markup::XmlLanguage ^, System::String ^>> ^ array, int index);
[System.CLSCompliant(false)]
public void CopyTo (System.Collections.Generic.KeyValuePair<System.Windows.Markup.XmlLanguage,string>[] array, int index);
[<System.CLSCompliant(false)>]
abstract member CopyTo : System.Collections.Generic.KeyValuePair<System.Windows.Markup.XmlLanguage, string>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<System.Windows.Markup.XmlLanguage, string>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of XmlLanguage, String)(), index As Integer)
Parameters
- array
- KeyValuePair<XmlLanguage,String>[]
The destination array to copy to.
- index
- Int32
The index within the source LanguageSpecificStringDictionary to start copying from.
Implements
- Attributes
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET