Gets the COM component's locale identifier.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property LCID As String
'使用
Dim instance As ComReferenceNode
Dim value As String
value = instance.LCID
public string LCID { get; }
public:
property String^ LCID {
String^ get ();
}
public function get LCID () : String
Property Value
Type: System.String
The locale identifier of the COM component.
Permissions
- 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.