ComReferenceNode.LCID Property

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

See Also

Reference

ComReferenceNode Class

ComReferenceNode Members

Microsoft.VisualStudio.Package Namespace