LocalizedResourcesDir Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets the path to the localized resources directory folder.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.KnownFolders
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static string LocalizedResourcesDir { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property LocalizedResourcesDir As String
Visual C++
public:
static property String^ LocalizedResourcesDir {
	String^ get ();
}

Field Value

A String object.

See Also