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

This class represent resource storage and management functionality.
Afficher le fichier Open project: IntelliTect/PowerStudio Class Usage Examples

Private Properties

Свойство Type Description
GetLoader Resources
Resources System

Méthodes publiques

Méthode Description
GetObject ( string name ) : object

Provide access to resource object value.

GetString ( string name ) : string

Provide access to resource string value.

Private Methods

Méthode Description
GetLoader ( ) : Resources

Provide access to the internal SR loader object.

Resources ( ) : System

Internal explicitly defined default constructor.

Method Details

GetObject() public static méthode

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

GetString() public static méthode

Provide access to resource string value.
public static GetString ( string name ) : string
name string Received string name.
Résultat string