MonobjcMonobjc Documented Class Library
LocalizedDescriptionForType Method (typeName)
NamespacesMonobjc.AppKitNSWorkspaceLocalizedDescriptionForType(NSString)

Returns the localized description for the specified Uniform Type Identifier

Original signature is '- (NSString *)localizedDescriptionForType:(NSString *)typeName'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString LocalizedDescriptionForType(
	NSString typeName
)
Public Overridable Function LocalizedDescriptionForType ( _
	typeName As NSString _
) As NSString
public:
virtual NSString^ LocalizedDescriptionForType(
	NSString^ typeName
)
Parameters
typeName (NSString)
A string containing the Uniform Type Identifier.
Return Value
An NSString containing the localized description of typeName.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)