FileFormatProperties.Get<T>(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.
Get a specific file format property by a given key name.
public:
generic <typename T>
T Get(System::String ^ keyName);
public T Get<T>(string keyName);
member this.Get : string -> 'T
Public Function Get(Of T) (keyName As String) As T
Type Parameters
- T
Required data type.
Parameters
- keyName
- String
Property key name.
Returns
T