C# Class Microsoft.VisualStudio.Project.Samples.NestedProject.Resources

This class represent resource storage and management functionality.
显示文件 Open project: IntelliTect/PowerStudio Class Usage Examples

Private Properties

Property Type Description
GetLoader Resources
Resources System

Public Methods

Method Description
GetObject ( string name ) : object

Provide access to resource object value.

GetString ( string name ) : string

Provide access to resource string value.

Private Methods

Method Description
GetLoader ( ) : Resources

Provide access to the internal SR loader object.

Resources ( ) : System

Internal explicitly defined default constructor.

Method Details

GetObject() public static method

Provide access to resource object value.
public static GetObject ( string name ) : object
name string Received object name.
return object

GetString() public static method

Provide access to resource string value.
public static GetString ( string name ) : string
name string Received string name.
return string