xLanguage.labelFileCount 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.
Caution
The labelFileCount and labelFileNumber2LanguageID methods are obsolete. Please use Global::LanguageList() method to get list of installed languages.
Returns the number of label files.
public:
static int labelFileCount();
[System.Obsolete("The labelFileCount and labelFileNumber2LanguageID methods are obsolete. Please use Global::LanguageList() method to get list of installed languages.")]
public static int labelFileCount ();
[<System.Obsolete("The labelFileCount and labelFileNumber2LanguageID methods are obsolete. Please use Global::LanguageList() method to get list of installed languages.")>]
static member labelFileCount : unit -> int
Public Shared Function labelFileCount () As Integer
Returns
The number of label files (that is, the number of files that have names in the form ax???*.ald).
- Attributes