ClassificationFormatDefinition.CultureInfo Property
Gets or sets the CultureInfo for this classification format.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Dichiarazione
Public Property CultureInfo As CultureInfo
Get
Protected Set
public CultureInfo CultureInfo { get; protected set; }
public:
property CultureInfo^ CultureInfo {
CultureInfo^ get ();
protected: void set (CultureInfo^ value);
}
member CultureInfo : CultureInfo with get, set
function get CultureInfo () : CultureInfo
protected function set CultureInfo (value : CultureInfo)
Property Value
Type: System.Globalization.CultureInfo
The CultureInfo.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.