Visual Basic (Declaration) | |
---|---|
Public Overloads Overridable Function GetObject( _ ByVal name As String, _ ByVal culture As CultureInfo _ ) As Object |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ResManager Dim name As String Dim culture As CultureInfo Dim value As Object value = instance.GetObject(name, culture) |
C# | |
---|---|
public virtual object GetObject( string name, CultureInfo culture ) |
C++/CLI | |
---|---|
public: virtual Object^ GetObject( String^ name, CultureInfo^ culture ) |
Parameters
- name
- culture
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2