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
- 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.