オブジェクトを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Common.UI
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Function GetObject ( _
ByRef rguidCategory As Guid, _
<OutAttribute> ByRef ppObj As Object _
) As Integer
'使用
Dim instance As DataPackage
Dim rguidCategory As Guid
Dim ppObj As Object
Dim returnValue As Integer
returnValue = instance.GetObject(rguidCategory, _
ppObj)
public int GetObject(
ref Guid rguidCategory,
out Object ppObj
)
public:
virtual int GetObject(
Guid% rguidCategory,
[OutAttribute] Object^% ppObj
) sealed
public final function GetObject(
rguidCategory : Guid,
ppObj : Object
) : int
パラメータ
- rguidCategory
型 : System.Guid%
カテゴリ GUID を指定します。
- ppObj
型 : System.Object%
取得されたオブジェクトを指定します。
戻り値
型 : System.Int32
実装
IVsFontAndColorDefaultsProvider.GetObject(Guid%, Object%)