IVsDataConnectionUIProperties.GetSynonyms(String) 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.
When implemented by a class, retrieves an array list of synonyms for a specified property.
public:
cli::array <System::String ^> ^ GetSynonyms(System::String ^ key);
public string[] GetSynonyms (string key);
abstract member GetSynonyms : string -> string[]
Public Function GetSynonyms (key As String) As String()
Parameters
- key
- String
The name of a property for which to retrieve the list of synonyms.
Returns
String[]
An array of synonyms for a specified property.