Version

StaticPropertyResourceKey Class Members

The following tables list the members exposed by StaticPropertyResourceKey.

Public Constructors
 NameDescription
Public ConstructorStaticPropertyResourceKey ConstructorInitializes a new instance of the StaticPropertyResourceKey class.  
Public Properties
 NameDescription
Public PropertyAssemblyOverridden. Gets an assembly object that indicates which assembly's dictionary to look in for the value associated with this key.  
Public PropertyPropertyNameReturns the name of the static read-only property or field (of type ResourceKey) exposed by type (read-only).  
Public PropertyTypeReturns the type of the class that exposes a static read-only property or field of type ResourceKey (read-only).  
Public Methods
 NameDescription
Public MethodProvideValueReturns this System.Windows.ResourceKey. Instances of this class are typically used as a key in a dictionary. (Inherited from System.Windows.ResourceKey)
Public MethodToStringReturns a string that represents this object.  
See Also