UIDataSource.GetValue Method (String, IVsUIObject%)
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
'宣告
Public Function GetValue ( _
prop As String, _
<OutAttribute> ByRef ppValue As IVsUIObject _
) As Integer
public int GetValue(
string prop,
out IVsUIObject ppValue
)
- prop
Type: System.String
- ppValue
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIObject%
Type: System.Int32
IVsUIDataSource.GetValue(String, IVsUIObject%)
- 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.