Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddIntProp ( int tag ) : void |
Member AddIntProp
|
|
AddString ( ITsString _ss ) : void |
Add literal text that is not a property and not editable.
|
|
AddStringAltMember ( int tag, int ws, IVwViewConstructor _vwvc ) : void |
Member AddStringAltMember
|
|
AddStringProp ( int tag, IVwViewConstructor _vwvc ) : void |
Member AddStringProp
|
|
CloseInnerPile ( ) : void |
Closes the inner pile.
|
|
CloseParagraph ( ) : void |
Closes the paragraph.
|
|
OpenInnerPile ( ) : void |
Opens the inner pile.
|
|
OpenParagraph ( ) : void |
Opens a paragraph.
|
|
PointsOfInterestCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System |
Initializes a new instance of the PointsOfInterestCollectorEnv class.
|
|
set_IntProperty ( int tpt, int tpv, int nValue ) : void |
Set an integer property.
|
|
set_StringProperty ( int sp, string bstrValue ) : void |
Sets a string property.
|
Méthode | Description | |
---|---|---|
CapturePointOfInterest ( ) : void |
Captures the point of interest.
|
|
CloseProp ( ) : void |
Captures a point of Interest
|
public AddStringAltMember ( int tag, int ws, IVwViewConstructor _vwvc ) : void | ||
tag | int | tag |
ws | int | ws |
_vwvc | IVwViewConstructor | _vwvc |
Résultat | void |
public AddStringProp ( int tag, IVwViewConstructor _vwvc ) : void | ||
tag | int | tag |
_vwvc | IVwViewConstructor | _vwvc |
Résultat | void |
protected CapturePointOfInterest ( ) : void | ||
Résultat | void |
public PointsOfInterestCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System | ||
baseEnv | IVwEnv | The base env. |
sda | ISilDataAccess | Data access to get prop values etc. |
hvoRoot | int | The root object to display, if m_baseEnv is null. /// If baseEnv is not null, hvoRoot is ignored. |
Résultat | System |
public set_IntProperty ( int tpt, int tpv, int nValue ) : void | ||
tpt | int | |
tpv | int | |
nValue | int | |
Résultat | void |
public set_StringProperty ( int sp, string bstrValue ) : void | ||
sp | int | |
bstrValue | string | |
Résultat | void |