VsResolvedAssemblyPath.bstrResolvedAssemblyPath Field
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣告
Public bstrResolvedAssemblyPath As String
'用途
Dim instance As VsResolvedAssemblyPath
Dim value As String
value = instance.bstrResolvedAssemblyPath
instance.bstrResolvedAssemblyPath = value
public string bstrResolvedAssemblyPath
public:
String^ bstrResolvedAssemblyPath
val mutable bstrResolvedAssemblyPath: string
public var bstrResolvedAssemblyPath : String
.NET Framework Security
- 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.
See Also
Reference
VsResolvedAssemblyPath Structure