C# Class Microsoft.VisualStudio.R.Package.Search.VsSearchControl.VsUIObject

Inheritance: IVsUIObject
显示文件 Open project: Microsoft/RTVS

Public Properties

Property Type Description
DWordType string

Public Methods

Method Description
Equals ( IVsUIObject pOtherObject, bool &pfAreEqual ) : int
VsUIObject ( object value, string type, __VSUIDATAFORMAT format ) : System
get_Data ( object &pVar ) : int
get_Format ( uint &pdwDataFormat ) : int
get_Type ( string &pTypeName ) : int

Private Methods

Method Description
AreEqual ( IVsUIObject other ) : bool

Method Details

Equals() public method

public Equals ( IVsUIObject pOtherObject, bool &pfAreEqual ) : int
pOtherObject IVsUIObject
pfAreEqual bool
return int

VsUIObject() public method

public VsUIObject ( object value, string type, __VSUIDATAFORMAT format ) : System
value object
type string
format __VSUIDATAFORMAT
return System

get_Data() public method

public get_Data ( object &pVar ) : int
pVar object
return int

get_Format() public method

public get_Format ( uint &pdwDataFormat ) : int
pdwDataFormat uint
return int

get_Type() public method

public get_Type ( string &pTypeName ) : int
pTypeName string
return int

Property Details

DWordType public_oe static_oe property

public static string DWordType
return string