C# Класс ShaderTools.VisualStudio.Hlsl.Formatting.FormatCommandTarget

Наследование: IOleCommandTarget
Показать файл Открыть проект

Открытые методы

Метод Описание
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
FormatCommandTarget ( IVsTextView adapter, IWpfTextView textView, IHlslOptionsService optionsService ) : System
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

Приватные методы

Метод Описание
FormatAfterPaste ( ITextSnapshot curVersion ) : void
FormatSelection ( ) : void
FormatSpan ( int start, int length ) : void
Paste ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
TypeChar ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int

Описание методов

Exec() публичный Метод

public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup System.Guid
nCmdID uint
nCmdexecopt uint
pvaIn System.IntPtr
pvaOut System.IntPtr
Результат int

FormatCommandTarget() публичный Метод

public FormatCommandTarget ( IVsTextView adapter, IWpfTextView textView, IHlslOptionsService optionsService ) : System
adapter IVsTextView
textView IWpfTextView
optionsService IHlslOptionsService
Результат System

QueryStatus() публичный Метод

public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup System.Guid
cCmds uint
prgCmds OLECMD
pCmdText System.IntPtr
Результат int