MonobjcMonobjc Documented Class Library
ResolvedKeyDictionary Property
NamespacesMonobjc.FoundationNSCreateCommandResolvedKeyDictionary

Returns a dictionary that contains the properties that were specified in the make Apple event command that has been converted to this NSCreateCommand object.

Original signature is '- (NSDictionary *)resolvedKeyDictionary'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary ResolvedKeyDictionary { get; }
Public Overridable ReadOnly Property ResolvedKeyDictionary As NSDictionary
	Get
public:
virtual property NSDictionary^ ResolvedKeyDictionary {
	NSDictionary^ get ();
}
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.Foundation (Module: Monobjc.Foundation)