Share via


AddedComReference.Lcid Property

Gets the locale ID.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property Lcid As Long
'Usage
Dim instance As AddedComReference 
Dim value As Long 

value = instance.Lcid
public long Lcid { get; }
public:
property long long Lcid {
    long long get ();
}
public function get Lcid () : long

Property Value

Type: System.Int64
The locale ID.

.NET Framework Security

See Also

Reference

AddedComReference Class

AddedComReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace