Deployment Tools Foundation
VersionStringTable Class
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► VersionStringTable
Represents a string table of a file version resource.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public sealed class VersionStringTable : IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable
Public NotInheritable Class VersionStringTable _ Implements IDictionary(Of String, String), _ ICollection(Of KeyValuePair(Of String, String)), IEnumerable(Of KeyValuePair(Of String, String)), _ IEnumerable
public ref class VersionStringTable sealed : IDictionary<String^, String^>, ICollection<KeyValuePair<String^, String^>>, IEnumerable<KeyValuePair<String^, String^>>, IEnumerable
Members
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
Clear()()() |
Removes all strings from the string table.
|
|
Count |
Gets the number of strings in the table.
|
|
Equals(Object) | (Inherited from Object.) |
|
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator()()() |
Gets an enumeration over all strings in the table.
|
|
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
|
Item[([(String])]) |
Gets or sets a string value.
|
|
Keys |
Gets a collection of all the names of the strings in the table.
|
|
Locale |
Gets the locale (LCID) of the string table.
|
|
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString()()() | (Inherited from Object.) |
|
Values |
Gets a collection of all the values in the table.
|
Inheritance Hierarchy
Object | |
VersionStringTable |