📄 symbol.xml
字号:
value in the ValueList.
</summary>
<returns>The index location of the property value in the ValueList.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetIndex(Symbol.API)">
<summary>
Gets the Index of the PropertyAttribute ValueList. The location of the property
value in the ValueList.
</summary>
<param name="a">The API object that contains the property.</param>
<returns>The index location of the property value in the ValueList.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetUint">
<summary>
Gets the value of the property as a uint.
</summary>
<returns>The uint value of the property.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetUint(Symbol.API)">
<summary>
Gets the value of the property as a uint.
</summary>
<param name="a">The API object that contains the property.</param>
<returns>The uint value of the property.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetInt">
<summary>
Gets the value of the property in integer form.
</summary>
<returns>The value of the property.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetInt(Symbol.API)">
<summary>
Gets the value of the property in integer form.
</summary>
<param name="a">An API object to get the value from.</param>
<returns>The value of the property.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetBool">
<summary>
Get the value of the property in boolean form.
</summary>
<returns>A boolean flag with the property value.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetBool(Symbol.API)">
<summary>
Get the value of the property in boolean form.
</summary>
<param name="a">An API object to get the value from.</param>
<returns>A boolean flag with the property value.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetString">
<summary>
Get the value of the property in string form.
</summary>
<returns>A string that contains the value of the property.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetString(Symbol.API)">
<summary>
Get the value of the property in string form.
</summary>
<param name="a">An API object to get the value from.</param>
<returns>A string that contains the value of the property.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetSubClass">
<summary>
Get the subclass that the property contains.
</summary>
<returns>An API object that is nested within an API object.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetSubClass(Symbol.API)">
<summary>
Get the subclass that the property contains.
</summary>
<param name="a">An API object to get the value from.</param>
<returns>An API object that is nested within an API object.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.SetIndex(System.Int32)">
<summary>
Sets the Index of the PropertyAttribute to an item in the ValueList.
</summary>
<param name="i">The index of the value in the value list.</param>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.SetIndex(Symbol.API,System.Int32)">
<summary>
Sets the Index of the PropertyAttribute to an item in the ValueList.
</summary>
<param name="a">The API object that contains the property to be set.</param>
<param name="i">The index of the value in the value list.</param>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.SetValue(System.Object)">
<summary>
Sets the value of the property. The value is a boxed object.
</summary>
<param name="oValue">A boxed object that contains the value.</param>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.SetValue(Symbol.API,System.Object)">
<summary>
Sets the value of the property. The value is a boxed object.
</summary>
<param name="a">An API object that contains the property to set.</param>
<param name="oValue">A boxed object that contains the value.</param>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.FindPropertyByString(Symbol.Attributes.PropertyAttribute[],System.String)">
<summary>
FindPropertyByString static method provides a way to obtain the a
PropertyAttribute of a property given a PropertyAttribute list and its
friendly name.
</summary>
<param name="list">An array of PropertyAttributes. Normally obtained using the
<see cref="M:Symbol.API.GetProperties"/> method.</param>
<param name="s">A string that contains the friendly name of the propery.</param>
<returns>A PropertyAttribute for the found property metadata otherwise null.</returns>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.FindValueIndexByString(System.String)">
<summary>
Obtain the index of a value string.
</summary>
<param name="s">A value string.</param>
<returns>An integer that contains the index of the value string if found,
otherwise -1 is returned.</returns>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.Owner">
<summary>
Gets the owner of the tagged property.
</summary>
<value>
A Symbol.API object that owns the tagged property.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.PropInfo">
<summary>
Gets a PropertyInfo object that allows for the discovery of property attributes
and provides access to property metadata.
</summary>
<value>
A System.Reflection.PropertyInfo object associated with the API object.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.Name">
<summary>
Gets a PropertyNameAttribute with information about the name of the property.
</summary>
<value>
A PropertyNameAttribute object.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.Help">
<summary>
Gets a HelpTextAttribute with information about a property help string (if
present).
</summary>
<value>
A HelpTextAttribute object.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.Type">
<summary>
Gets a PropertyTypeAttribute with information about the type of the property.
</summary>
<value>
A PropertyTypeAttribute object.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.ReadOnly">
<summary>
Gets a PropertyReadOnlyAttribute with information about the read state of the
property.
</summary>
<value>
A PropertyReadOnlyAttribute object.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.ValueRange">
<summary>
Gets a PropertyRangeAttribute that contains information about the range of
valid values that the property can take.
</summary>
<value>
A PropertyRangeAttribute object.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.SubClass">
<summary>
Gets a PropertyClassAttribute that specifies whether or not the property
is an API object that contains properties of its own.
</summary>
<value>
A PropertyClassAttribute object.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.ValueList">
<summary>
Gets a PropertyValueAttribute array that contains all the possible values
for a given property.
</summary>
<value>
A PropertyValueAttribute array.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.ValueStrings">
<summary>
Returns an array of strings that represent the different values the property
can take.
</summary>
<value>
An array of strings for the different value names.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.IsUint">
<summary>
Specifies whether or not the property is a uint.
</summary>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.IsInt">
<summary>
Specifies whether or not the property is a int.
</summary>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.IsEnum">
<summary>
Specifies whether or not the property is an enumerated type.
</summary>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.IsBool">
<summary>
Specifies whether or not the property is a bool.
</summary>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.IsString">
<summary>
Specifies whether or not the property is a string.
</summary>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.IsReadOnly">
<summary>
Specifies whether or not the property is Read only.
</summary>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.IsValue">
<summary>
Specifies whether or not the property is a value-type.
</summary>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.IsClass">
<summary>
Specifies whether or not the property is a subclass that contains its own
property metadata.
</summary>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.HasHelp">
<summary>
Specifies whether or not the property has an associated help text string.
</summary>
<value>
A boolean flag that is true if a help text string is present.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.HasValueStrings">
<summary>
Specifies whether or not the property contains information strings for
each value. This is usually the case for enumerated values.
</summary>
<value>
A boolean flag that is true if the property has value strings.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyAttribute.HasValueList">
<summary>
Specifies whether or not the property contains a list of valid values.
</summary>
<value>
A boolean flag that is true if the property has a list of valid value.
</value>
</member>
<member name="T:Symbol.Results">
<summary>
Enumerated type that maps its members to underlying C API return codes.
</summary>
</member>
<member name="F:Symbol.Results.SUCCESS">
<summary>
The task was successful.
</summary>
</member>
<member name="F:Symbol.Results.CANCELED">
<summary>
The task was cancelled.
</summary>
</member>
<member name="F:Symbol.Results.NOTENABLED">
<summary>
The device is not enabled.
</summary>
</member>
<member name="F:Symbol.Results.PENDING">
<summary>
The task is pending.
</summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -