VsResolvedAssemblyPath.bstrOrigAssemblySpec 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 bstrOrigAssemblySpec As String
'用途
Dim instance As VsResolvedAssemblyPath
Dim value As String
value = instance.bstrOrigAssemblySpec
instance.bstrOrigAssemblySpec = value
public string bstrOrigAssemblySpec
public:
String^ bstrOrigAssemblySpec
val mutable bstrOrigAssemblySpec: string
public var bstrOrigAssemblySpec : 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