ComReferenceNode.InstalledFilePath Property

Gets the path where the COM component is installed.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property InstalledFilePath As String
'使用
Dim instance As ComReferenceNode
Dim value As String

value = instance.InstalledFilePath
public string InstalledFilePath { get; }
public:
property String^ InstalledFilePath {
    String^ get ();
}
public function get InstalledFilePath () : String

Property Value

Type: System.String

The path where the COM component is installed.

Remarks

The constructor sets the installedFilePath field to the value found in the COM component's registry key.

Permissions

See Also

Reference

ComReferenceNode Class

ComReferenceNode Members

Microsoft.VisualStudio.Package Namespace