SymDocumentWriter.SetSource(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Throws a NotSupportedException in all cases.
public:
override void SetSource(cli::array <System::Byte> ^ source);
public:
virtual void SetSource(cli::array <System::Byte> ^ source);
public override void SetSource (byte[] source);
public virtual void SetSource (byte[] source);
abstract member SetSource : byte[] -> unit
override this.SetSource : byte[] -> unit
Public Overrides Sub SetSource (source As Byte())
Public Overridable Sub SetSource (source As Byte())
Parameters
- source
- Byte[]
This parameter is not used.
Implements
Exceptions
In all cases.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.